Jan Wieck wieck at lists.slony.info
Fri Aug 8 10:52:50 PDT 2008
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv12320

Modified Files:
	slony1_funcs.sql 
Log Message:
Dollar quoting broke sequenceSetValue().

Jan


Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -d -r1.142 -r1.143
*** slony1_funcs.sql	6 Aug 2008 22:05:45 -0000	1.142
--- slony1_funcs.sql	8 Aug 2008 17:52:48 -0000	1.143
***************
*** 3544,3549 ****
  	-- Update it to the new value
  	-- ----
! 	execute 'select setval('' || v_fqname ||
! 			'', '' || p_last_value || '')';
  
  	insert into @NAMESPACE at .sl_seqlog
--- 3544,3549 ----
  	-- Update it to the new value
  	-- ----
! 	execute 'select setval(''' || v_fqname ||
! 			''', ' || p_last_value || ')';
  
  	insert into @NAMESPACE at .sl_seqlog



More information about the Slony1-commit mailing list