Chris Browne cbbrowne at lists.slony.info
Tue Dec 11 12:31:00 PST 2007
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv27413/slon

Modified Files:
	remote_worker.c 
Log Message:
Change comment about ev_minxxid, which has been eliminated from sl_event


Index: remote_worker.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.160
retrieving revision 1.161
diff -C2 -d -r1.160 -r1.161
*** remote_worker.c	3 Dec 2007 23:53:42 -0000	1.160
--- remote_worker.c	11 Dec 2007 20:30:58 -0000	1.161
***************
*** 2426,2431 ****
  
  	/*
! 	 * Begin a serialized transaction and check if our xmin in the snapshot is
! 	 * > than ev_maxxid. This ensures that all transactions that have been in
  	 * progress when the subscription got enabled (which is after the triggers
  	 * on the tables have been defined), have finished. Otherwise a long
--- 2426,2431 ----
  
  	/*
! 	 * Begin a serialized transaction and verify that the event's snapshot xxid
! 	 * is less than the present snapshot. This ensures that all transactions that have been in
  	 * progress when the subscription got enabled (which is after the triggers
  	 * on the tables have been defined), have finished. Otherwise a long



More information about the Slony1-commit mailing list