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