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

Modified Files:
	slon.conf-sample 
Log Message:
Changes applied to 2.0 also to HEAD

- 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: slon.conf-sample
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/share/slon.conf-sample,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** slon.conf-sample	8 Aug 2007 15:24:22 -0000	1.7
--- slon.conf-sample	5 Jan 2009 22:05:09 -0000	1.8
***************
*** 5,8 ****
--- 5,12 ----
  #vac_frequency=3
  
+ # Aging interval to use for deleting old events and for trimming
+ # data from sl_log_1/sl_log_2
+ #cleanup_interval="10 minutes"
+ 
  # Debug log level (higher value ==> more output).  Range: [0,4], default 4
  #log_level=4



More information about the Slony1-commit mailing list