Chris Browne cbbrowne at lists.slony.info
Mon Jan 5 14:04:11 PST 2009
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv16964

Modified Files:
      Tag: REL_2_0_STABLE
	RELEASE 
Log Message:
- Fix syntax error in tools/altperl/slon_watchdog.pl

- Add cleanup_interval example to sample slon.conf file

- Add cleanup_interval configuration configuration to regression tests

Per discussion on slony-bugs list with Cyril Scetbon



Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -d -r1.3.2.1 -r1.3.2.2
*** RELEASE	18 Dec 2008 21:35:03 -0000	1.3.2.1
--- RELEASE	5 Jan 2009 22:04:09 -0000	1.3.2.2
***************
*** 12,18 ****
    This would cause UPGRADE FUNCTIONS to fail.
  
! - Bug #?? - use of syslog levels had some inappropriate break statements so that some logging would get lost.
  
  - If you had multiple clusters where one cluster name was a substring of the other, slon-tools.pm could find
    both when looking for slon processes relevant to the shorter cluster name.  Added a space to the relevant
    bit of slon-tools.pm
--- 12,28 ----
    This would cause UPGRADE FUNCTIONS to fail.
  
! - Bug #64 - use of syslog levels had some inappropriate break statements so that some logging would get lost.
  
  - If you had multiple clusters where one cluster name was a substring of the other, slon-tools.pm could find
    both when looking for slon processes relevant to the shorter cluster name.  Added a space to the relevant
    bit of slon-tools.pm
+ 
+ - Failover had an insert into sl_event where # of columns provided didn't match those expected.  This
+   resulted from the change of snapshot handling which used to involve 3 columns where in 8.3+, there is
+   now a snapshot type.
+ 
+ - Fix syntax error in tools/altperl/slon_watchdog.pl
+ 
+ - Add cleanup_interval example to sample slon.conf file
+ 
+ - Add cleanup_interval configuration configuration to regression tests



More information about the Slony1-commit mailing list