Steve Singer,,, ssinger at lists.slony.info
Tue Mar 30 08:55:44 PDT 2010
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv13917

Modified Files:
      Tag: REL_2_0_STABLE
	slonik.c 
Log Message:
Updating comment to reflect reality.
+ The below log message that should have been applied with the previous checkin
-------
Load the v84 slony1_funcs file when running on an 8.4 system.
This checks the autovacuum status in the proper way for 8.4

Bug 116
Patch submitted by Peter Eisentraut




Index: slonik.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.91.2.9
retrieving revision 1.91.2.10
diff -C 2 -d -r1.91.2.9 -r1.91.2.10
*** slonik.c	30 Mar 2010 15:38:41 -0000	1.91.2.9
--- slonik.c	30 Mar 2010 15:55:41 -0000	1.91.2.10
***************
*** 1803,1807 ****
  	{
  		use_major = 8;
! 		use_minor = 4;   /* at this point, there's nothing specifically different in 8.4 from 8.3 */
  	}
  	else	/* above 8.4 ??? */
--- 1803,1807 ----
  	{
  		use_major = 8;
! 		use_minor = 4;   
  	}
  	else	/* above 8.4 ??? */



More information about the Slony1-commit mailing list