Chris Browne cbbrowne at lists.slony.info
Wed Sep 23 09:14:34 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv22716/src/backend

Modified Files:
      Tag: REL_2_0_STABLE
	slony1_funcs.sql 
Log Message:
As observed by Bernd Helmle, cloneNodePrepare returns an event ID, and
hence should return BIGINT


Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.145.2.18
retrieving revision 1.145.2.19
diff -C2 -d -r1.145.2.18 -r1.145.2.19
*** slony1_funcs.sql	17 Aug 2009 16:56:09 -0000	1.145.2.18
--- slony1_funcs.sql	23 Sep 2009 16:14:32 -0000	1.145.2.19
***************
*** 1480,1484 ****
  -- ----------------------------------------------------------------------
  create or replace function @NAMESPACE at .cloneNodePrepare (int4, int4, text)
! returns int4
  as $$
  declare
--- 1480,1484 ----
  -- ----------------------------------------------------------------------
  create or replace function @NAMESPACE at .cloneNodePrepare (int4, int4, text)
! returns bigint
  as $$
  declare



More information about the Slony1-commit mailing list