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

Modified Files:
	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.155
retrieving revision 1.156
diff -C2 -d -r1.155 -r1.156
*** slony1_funcs.sql	21 Oct 2009 12:55:04 -0000	1.155
--- slony1_funcs.sql	21 Oct 2009 13:07:07 -0000	1.156
***************
*** 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