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

Modified Files:
      Tag: REL_2_0_STABLE
	slony1_funcs.c 
Log Message:
Add in #include that is needed by PG 8.4


Index: slony1_funcs.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.c,v
retrieving revision 1.68.2.1
retrieving revision 1.68.2.2
diff -C2 -d -r1.68.2.1 -r1.68.2.2
*** slony1_funcs.c	23 Feb 2009 19:09:40 -0000	1.68.2.1
--- slony1_funcs.c	27 Feb 2009 16:44:31 -0000	1.68.2.2
***************
*** 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