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
#ifdef HAVE_POSTGRESQL
#include "postgres_ext.h" /* needed for NAMEDATALEN */
+#include "pg_config_manual.h" /* get NAMEDATALEN on version 8.3 or later */
/* -----------------------------------------------------------------------
*
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