Chris Browne cbbrowne at lists.slony.info
Mon Aug 10 15:25:18 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv31291/backend

Modified Files:
      Tag: REL_1_2_STABLE
	slony1_funcs.sql 
Log Message:
Functions that return event IDs need to be returning "bigint", not "int4"
or "integer"


Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.98.2.37
retrieving revision 1.98.2.38
diff -C2 -d -r1.98.2.37 -r1.98.2.38
*** slony1_funcs.sql	10 Aug 2009 15:34:43 -0000	1.98.2.37
--- slony1_funcs.sql	10 Aug 2009 22:25:16 -0000	1.98.2.38
***************
*** 3766,3770 ****
  -- ----------------------------------------------------------------------
  create or replace function @NAMESPACE at .ddlScript_complete (int4, text, int4)
! returns integer
  as '
  declare
--- 3766,3770 ----
  -- ----------------------------------------------------------------------
  create or replace function @NAMESPACE at .ddlScript_complete (int4, text, int4)
! returns bigint
  as '
  declare
***************
*** 5442,5446 ****
  -- ----------------------------------------------------------------------
  create or replace function @NAMESPACE at .updateReloid (int4, int4)
! returns int4
  as '
  declare
--- 5442,5446 ----
  -- ----------------------------------------------------------------------
  create or replace function @NAMESPACE at .updateReloid (int4, int4)
! returns bigint
  as '
  declare



More information about the Slony1-commit mailing list