Chris Browne cbbrowne at lists.slony.info
Mon Jul 30 15:33:18 PDT 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv827

Modified Files:
      Tag: REL_1_2_STABLE
	RELEASE 
Log Message:
Added a test to "testlogship" which attempts to induce the problems
recently experienced where there is a race condition adversely affecting
log shipping when events come along that cause the slon to restart and
reload its config. (That happens with DROP NODE, ACCEPT SET.)

Also updated release notes to correspond.


Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -d -r1.1.2.8 -r1.1.2.9
*** RELEASE	27 Jul 2007 21:39:11 -0000	1.1.2.8
--- RELEASE	30 Jul 2007 22:33:15 -0000	1.1.2.9
***************
*** 1,5 ****
  $Id$
  
! RELEASE 1.2.???
  
  - Add in tools/mkservice scripts previously added to CVS HEAD
--- 1,5 ----
  $Id$
  
! RELEASE 1.2.11
  
  - Add in tools/mkservice scripts previously added to CVS HEAD
***************
*** 8,11 ****
--- 8,19 ----
    TRUNCATE because, in 8.2+, TRUNCATE resets this attribute
  
+ - Fixed a problem with the setsync tracking with Log Shipping in cases
+   where slon does an internal restart (thereby rereading the
+   pset.ssy_seqno) and ignoring non-SYNC events because those don't
+   change the sl_setsync table.
+ 
+ - More explicit type casting of text objects for compatibility with
+   PostgreSQL 8.3
+ 
  RELEASE 1.2.10
  



More information about the Slony1-commit mailing list