Tue Dec 12 06:54:48 PST 2006
- Previous message: [Slony1-commit] By xfade: We *do* support PostgreSQL 8.2.
- Next message: [Slony1-commit] By xfade: Fix leaks in sync_event which were introduced with
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Oops, actually change the version number too.
Modified Files:
--------------
slony1-engine/src/slonik:
slonik.c (r1.70 -> r1.71)
-------------- next part --------------
Index: slonik.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -Lsrc/slonik/slonik.c -Lsrc/slonik/slonik.c -u -w -r1.70 -r1.71
--- src/slonik/slonik.c
+++ src/slonik/slonik.c
@@ -1977,7 +1977,7 @@
use_major = 7;
use_minor = 4;
}
- else if ((adminfo->pg_version >= 70500) && adminfo->pg_version < 80200) /* 8.0, 8.1 and 8.2 */
+ else if ((adminfo->pg_version >= 70500) && adminfo->pg_version < 80300) /* 8.0, 8.1 and 8.2 */
{
use_major = 8;
use_minor = 0;
- Previous message: [Slony1-commit] By xfade: We *do* support PostgreSQL 8.2.
- Next message: [Slony1-commit] By xfade: Fix leaks in sync_event which were introduced with
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list