Tue Sep 7 17:40:37 PDT 2004
- Previous message: [Slony1-commit] By dfetter: Moved check of --with-pgconfigdir to the front of the line.
- Next message: [Slony1-commit] By wieck: Added option "EXECUTE ONLY ON = <nodeid>" to the DDL script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Some compilers are braindead about including utils/elog (read this as compaq's compiler)
Modified Files:
--------------
slony1-engine/src/backend:
slony1_funcs.c (r1.18 -> r1.19)
-------------- next part --------------
Index: slony1_funcs.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -Lsrc/backend/slony1_funcs.c -Lsrc/backend/slony1_funcs.c -u -w -r1.18 -r1.19
--- src/backend/slony1_funcs.c
+++ src/backend/slony1_funcs.c
@@ -20,6 +20,7 @@
#include "commands/trigger.h"
#include "access/xact.h"
#include "utils/builtins.h"
+#include "utils/elog.h"
#ifdef HAVE_TYPCACHE
#include "utils/typcache.h"
#endif
- Previous message: [Slony1-commit] By dfetter: Moved check of --with-pgconfigdir to the front of the line.
- Next message: [Slony1-commit] By wieck: Added option "EXECUTE ONLY ON = <nodeid>" to the DDL script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list