Chris Browne cbbrowne at lists.slony.info
Fri Feb 27 08:44:55 PST 2009
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv23064/backend

Modified Files:
	slony1_funcs.c 
Log Message:
Add in #include required by PostgreSQL 8.4


Index: slony1_funcs.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** slony1_funcs.c	23 Feb 2009 19:08:24 -0000	1.69
--- slony1_funcs.c	27 Feb 2009 16:44:53 -0000	1.70
***************
*** 24,27 ****
--- 24,28 ----
  #include "commands/async.h"
  #include "catalog/pg_operator.h"
+ #include "catalog/pg_type.h"
  #include "access/xact.h"
  #include "access/transam.h"



More information about the Slony1-commit mailing list