Chris Browne cbbrowne at lists.slony.info
Thu Mar 22 13:41:30 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv24016/src/backend

Modified Files:
      Tag: REL_1_2_STABLE
	slony1_funcs.sql 
Log Message:
1.  Update to 1.2.9
2.  Add 1.1.9 to set of versions for UPDATE FUNCTIONS
3.  Add latest release notes to RPM spec file


Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.98.2.12
retrieving revision 1.98.2.13
diff -C2 -d -r1.98.2.12 -r1.98.2.13
*** slony1_funcs.sql	20 Mar 2007 16:20:18 -0000	1.98.2.12
--- slony1_funcs.sql	22 Mar 2007 20:41:27 -0000	1.98.2.13
***************
*** 431,435 ****
  as '
  begin
! 	return 8;
  end;
  ' language plpgsql;
--- 431,435 ----
  as '
  begin
! 	return 9;
  end;
  ' language plpgsql;
***************
*** 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'', ''1.1.9'') then
  		-- Add new table sl_registry
  		execute ''create table @NAMESPACE at .sl_registry (



More information about the Slony1-commit mailing list