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

Modified Files:
	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.153
retrieving revision 1.154
diff -C2 -d -r1.153 -r1.154
*** slony1_funcs.sql	17 Aug 2009 17:25:49 -0000	1.153
--- slony1_funcs.sql	23 Sep 2009 16:15:02 -0000	1.154
***************
*** 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