Chris Browne cbbrowne at lists.slony.info
Fri Mar 16 07:43:02 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv26581/src/backend

Modified Files:
      Tag: REL_1_2_STABLE
	slony1_funcs.sql 
Log Message:
Add recognition of versions 1.1.7, 1.1.8 in the 1.1 branch to the
"upgradeSchema()" function


Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.98.2.10
retrieving revision 1.98.2.11
diff -C2 -d -r1.98.2.10 -r1.98.2.11
*** slony1_funcs.sql	14 Mar 2007 16:24:30 -0000	1.98.2.10
--- slony1_funcs.sql	16 Mar 2007 14:43:00 -0000	1.98.2.11
***************
*** 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'') 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