Steve Singer,,, ssinger at lists.slony.info
Tue Apr 6 13:06:30 PDT 2010
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv16553/src/backend

Modified Files:
      Tag: REL_2_0_STABLE
	slony1_funcs.sql 
Log Message:
DROP cloneNodePrepare if it exists because the return type might have changed.
Bug # 113 patch from Atte Peltomäki 



Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.145.2.25
retrieving revision 1.145.2.26
diff -C 2 -d -r1.145.2.25 -r1.145.2.26
*** slony1_funcs.sql	12 Feb 2010 17:14:52 -0000	1.145.2.25
--- slony1_funcs.sql	6 Apr 2010 20:06:27 -0000	1.145.2.26
***************
*** 1479,1482 ****
--- 1479,1483 ----
  --	preparation for the node to be copied with standard DB tools.
  -- ----------------------------------------------------------------------
+ drop function if exists @NAMESPACE at .cloneNodePrepare (int4, int4, text); -- Needed because function signature has changed!
  create or replace function @NAMESPACE at .cloneNodePrepare (int4, int4, text)
  returns bigint



More information about the Slony1-commit mailing list