From: Kern Sibbald Date: Sat, 1 Dec 2007 12:48:23 +0000 (+0000) Subject: Add new include to cats/postgresql.c suggested by Marc Cousins so X-Git-Tag: Release-3.0.0~2187 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7a3c90d0c0b8463c14cd36abf46d2f4193f6dde2;p=bacula%2Fbacula Add new include to cats/postgresql.c suggested by Marc Cousins so that it compiles correctly with pgre version 8.3. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6008 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/postgresql.c b/bacula/src/cats/postgresql.c index e5d14bdfcb..87bf00f9c4 100644 --- a/bacula/src/cats/postgresql.c +++ b/bacula/src/cats/postgresql.c @@ -47,6 +47,7 @@ #ifdef HAVE_POSTGRESQL #include "postgres_ext.h" /* needed for NAMEDATALEN */ +#include "pg_config_manual.h" /* get NAMEDATALEN on version 8.3 or later */ /* ----------------------------------------------------------------------- * diff --git a/bacula/technotes-2.3 b/bacula/technotes-2.3 index d8d028e904..5ffc7b6eab 100644 --- a/bacula/technotes-2.3 +++ b/bacula/technotes-2.3 @@ -1,6 +1,9 @@ Technical notes on version 2.3 General: +01Dec07 +kes Add new include to cats/postgresql.c suggested by Marc Cousins so + that it compiles correctly with pgre version 8.3. 30Nov07 kes Fix --archivedir addition to configure. Replace it with --with-archivedir in configure.in This fixes the regression