Tue Mar 30 08:55:44 PDT 2010
- Previous message: [Slony1-commit] slony1-engine/src/slonik slonik.c
- Next message: [Slony1-commit] slony1-engine/tools slony1_extract_schema.sh slony1_extract_for_upgrade.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ??? */
- Previous message: [Slony1-commit] slony1-engine/src/slonik slonik.c
- Next message: [Slony1-commit] slony1-engine/tools slony1_extract_schema.sh slony1_extract_for_upgrade.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list