Tue Aug 8 09:16:43 PDT 2006
- Previous message: [Slony1-commit] By cbbrowne: Redeclare 4 arrays as "static", not "extern, " to match the
- Next message: [Slony1-commit] By cbbrowne: Updates to release notes...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Add in #include for utils/guc.h; this inclusion is apparently implicit
in 8.1, but is not in 7.4
Modified Files:
--------------
slony1-engine/src/backend:
slony1_funcs.c (r1.50 -> r1.51)
-------------- next part --------------
Index: slony1_funcs.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -Lsrc/backend/slony1_funcs.c -Lsrc/backend/slony1_funcs.c -u -w -r1.50 -r1.51
--- src/backend/slony1_funcs.c
+++ src/backend/slony1_funcs.c
@@ -25,6 +25,7 @@
#include "access/transam.h"
#include "utils/builtins.h"
#include "utils/elog.h"
+#include "utils/guc.h"
#ifdef HAVE_TYPCACHE
#include "utils/typcache.h"
#else
- Previous message: [Slony1-commit] By cbbrowne: Redeclare 4 arrays as "static", not "extern, " to match the
- Next message: [Slony1-commit] By cbbrowne: Updates to release notes...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list