Chris Browne cbbrowne at lists.slony.info
Fri Nov 20 12:01:32 PST 2009
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv21857

Modified Files:
      Tag: REL_2_0_STABLE
	RELEASE 
Log Message:
Release note updates (for 2.0.3 rc3)


Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.3.2.15
retrieving revision 1.3.2.16
diff -C2 -d -r1.3.2.15 -r1.3.2.16
*** RELEASE	28 Jul 2009 16:10:14 -0000	1.3.2.15
--- RELEASE	20 Nov 2009 20:01:30 -0000	1.3.2.16
***************
*** 127,129 ****
    exception block with NOWAIT option, this can "lose" gracefully.
  
! - Add LOG_NAME_SUFFIX to altperl tools
\ No newline at end of file
--- 127,161 ----
    exception block with NOWAIT option, this can "lose" gracefully.
  
! - Add LOG_NAME_SUFFIX to altperl tools
! 
! Added in rc3:
! 
! - Updates to copyright dates on files
! 
! - Bug #98 - need WAIT ON parameter in slonik code generated by
!   slonik_move_set altperl script.
! 
! - Change default $LOGDIR, so that distros won't need to patch it.
! 
! - Fix LOG_NAME_SUFFIX feature. Thanks to David Fetter and Andrew Dunstan.
! 
! - Improve documentation on EVENT NODE for STORE NODE command
! 
! - SLONLOG directory changes for Red Hat-related distributions
! 
! - Bug #97 - insert into sl_setsync upon FAILOVER had values() clause based on the
!   pre-2.0 schema; fix to use 2.0.
! 
! - UPGRADE FUNCTIONS failing because functions had their return types changed.
!   Added in "DROP FUNCTION IF EXISTS" (fine in 8.3+) in
!   src/backend/slony1_funcs.sql to rectify this.
! 
! - As observed by Bernd Helmle, cloneNodePrepare returns an event ID,
!   and hence should return BIGINT
! 
! - Introduced ShouldSlonyVacuumTable() function for 8.3 so we cope with
!   differences in vacuum handling between 8.3 and 8.4+
! 
! - Fix 8.4-ism relating to subscription retries
!   <http://lists.slony.info/pipermail/slony1-commit/2009-October/002728.html>
! 



More information about the Slony1-commit mailing list