Jan Wieck wieck at lists.slony.info
Thu Jul 5 11:19:06 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src/ducttape
In directory main.slony.info:/tmp/cvs-serv2930/src/ducttape

Modified Files:
	test_1_pgbench.in 
Log Message:
Removed all support for STORE/DROP TRIGGER commands. Users are supposed
to use the ALTER TABLE [ENABLE|DISABLE] TRIGGER functionality in
Postgres from now on.

Jan


Index: test_1_pgbench.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/ducttape/test_1_pgbench.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_1_pgbench.in	8 Jun 2007 13:25:02 -0000	1.4
--- test_1_pgbench.in	5 Jul 2007 18:19:04 -0000	1.5
***************
*** 281,285 ****
  	sync (id = 11);
  	echo '**** waiting for node 22 to catch up';
! 	wait for event (origin = 11, confirmed = 22, wait on = 11);
  	echo '**** done.';
  _EOF_
--- 281,285 ----
  	sync (id = 11);
  	echo '**** waiting for node 22 to catch up';
! 	wait for event (origin = 11, confirmed = 22, wait on = 11, timeout = 0);
  	echo '**** done.';
  _EOF_



More information about the Slony1-commit mailing list