Jan Wieck wieck at lists.slony.info
Wed May 28 12:46:48 PDT 2008
Update of /home/cvsd/slony1/slony1-engine/src/ducttape
In directory main.slony.info:/tmp/cvs-serv23689/ducttape

Modified Files:
	test_2_pgbench.in 
Log Message:
Fixed problem where ACCEPT_SET would wait for the corresponding
MOVE_SET or FAILOVER_SET to arrive while holding an exclusive lock
on sl_config_lock, preventing the other remote worker to process
that event.

Jan


Index: test_2_pgbench.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/ducttape/test_2_pgbench.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test_2_pgbench.in	11 Apr 2008 18:00:36 -0000	1.6
--- test_2_pgbench.in	28 May 2008 19:46:46 -0000	1.7
***************
*** 175,178 ****
--- 175,181 ----
  			id = 4, fully qualified name = 'public.history',
  			comment = 'Table history');
+ 		set add sequence (set id = 1, origin = 1,
+ 			id = 5, fully qualified name = 'public.history_seq',
+ 			comment = 'Sequence history_seq');
  	}
  	on error {



More information about the Slony1-commit mailing list