]> git.sur5r.net Git - bacula/bacula/commitdiff
Add new include to cats/postgresql.c suggested by Marc Cousins so
authorKern Sibbald <kern@sibbald.com>
Sat, 1 Dec 2007 12:48:23 +0000 (12:48 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 1 Dec 2007 12:48:23 +0000 (12:48 +0000)
     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

bacula/src/cats/postgresql.c
bacula/technotes-2.3

index e5d14bdfcb193c4b9289b052297db7d19de31044..87bf00f9c4d2b444293706d765550014c98f9d70 100644 (file)
@@ -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 */
 
 /* -----------------------------------------------------------------------
  *
index d8d028e904b1b5b528a697f17e1b5c1119edb0ef..5ffc7b6eab1269c320e952a36849649f09a6af40 100644 (file)
@@ -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