Niels Breet xfade at lists.slony.info
Tue Mar 20 09:20:20 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv5536

Modified Files:
      Tag: REL_1_2_STABLE
	slony1_funcs.sql 
Log Message:
Fix typo in slony1_funcs.sql which caused UPDATE FUNCTIONS to fail. Reported by Khovrine Mikhael de.

Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.98.2.11
retrieving revision 1.98.2.12
diff -C2 -d -r1.98.2.11 -r1.98.2.12
*** slony1_funcs.sql	16 Mar 2007 14:43:00 -0000	1.98.2.11
--- slony1_funcs.sql	20 Mar 2007 16:20:18 -0000	1.98.2.12
***************
*** 5807,5811 ****
  	-- Changes for 1.2
  	-- ----
! 	if p_old IN (''1.0.2'', ''1.0.5'', ''1.0.6'', ''1.1.0'', ''1.1.1'', ''1.1.2'', ''1.1.3'',''1.1.5'', ''1.1.6'', "1.1.7", "1.1.8") then
  		-- Add new table sl_registry
  		execute ''create table @NAMESPACE at .sl_registry (
--- 5807,5811 ----
  	-- Changes for 1.2
  	-- ----
! 	if p_old IN (''1.0.2'', ''1.0.5'', ''1.0.6'', ''1.1.0'', ''1.1.1'', ''1.1.2'', ''1.1.3'',''1.1.5'', ''1.1.6'', ''1.1.7'', ''1.1.8'') then
  		-- Add new table sl_registry
  		execute ''create table @NAMESPACE at .sl_registry (



More information about the Slony1-commit mailing list