Chris Browne cbbrowne at lists.slony.info
Wed Oct 21 06:06:35 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv31288

Modified Files:
      Tag: REL_2_0_STABLE
	slony1_funcs.sql 
Log Message:
insert into sl_setsync upon FAILOVER had values() clause based on the
pre-2.0 schema; fix to use 2.0.

As reported by Cyril Scetbon, bug #97


Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.145.2.20
retrieving revision 1.145.2.21
diff -C2 -d -r1.145.2.20 -r1.145.2.21
*** slony1_funcs.sql	21 Oct 2009 12:53:15 -0000	1.145.2.20
--- slony1_funcs.sql	21 Oct 2009 13:06:33 -0000	1.145.2.21
***************
*** 1434,1438 ****
  					ssy_snapshot, ssy_action_list)
  					values (p_set_id, p_backup_node, '0',
! 					'0', '0', '0:0:', NULL);
  		end if;
  				
--- 1434,1438 ----
  					ssy_snapshot, ssy_action_list)
  					values (p_set_id, p_backup_node, '0',
! 					'0:0:', NULL);
  		end if;
  				
***************
*** 2381,2385 ****
  					ssy_snapshot, ssy_action_list)
  					values (p_set_id, p_new_origin, '0',
! 					'0', '0', '0:0:', NULL);
  		end if;
  	end if;
--- 2381,2385 ----
  					ssy_snapshot, ssy_action_list)
  					values (p_set_id, p_new_origin, '0',
! 					'0:0:', NULL);
  		end if;
  	end if;



More information about the Slony1-commit mailing list