Jan Wieck wieck at lists.slony.info
Tue Jun 19 12:14:51 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src/ducttape
In directory main.slony.info:/tmp/cvs-serv24212/src/ducttape

Modified Files:
	test_8_logship.in 
Log Message:
Let SYNC use the internally tracked ssy_seqno also for archive
logging.

Jan


Index: test_8_logship.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/ducttape/test_8_logship.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_8_logship.in	6 Jun 2007 16:20:55 -0000	1.3
--- test_8_logship.in	19 Jun 2007 19:14:49 -0000	1.4
***************
*** 285,291 ****
  	include <$PREAMBLE_FILE>;
  
! 	echo '**** waiting for DB2 to catch up';
! 	sync (id = 1);
! 	wait for event (origin = 1, confirmed = 2, wait on = 1);
  _EOF_
  echo "**** you can terminate the replication engines."
--- 285,292 ----
  	include <$PREAMBLE_FILE>;
  
! 	echo '**** waiting for node @sub1 to catch up';
! 	sync (id = @origin);
! 	wait for event (origin = @origin, confirmed = @sub1, 
! 			wait on = @origin, timeout = 0);
  _EOF_
  echo "**** you can terminate the replication engines."



More information about the Slony1-commit mailing list