Thu Jun 7 12:36:16 PDT 2007
- Previous message: [Slony1-commit] slony1-engine RELEASE-2.0
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv10960/src/slonik
Modified Files:
Tag: REL_1_2_STABLE
slonik.c
Log Message:
Removed the warnind about "possible unsupported Postgres Version"
for 8.3. I think this is "supposed" to be a supported version now.
Jan
Index: slonik.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.67.2.10
retrieving revision 1.67.2.11
diff -C2 -d -r1.67.2.10 -r1.67.2.11
*** slonik.c 4 Jun 2007 22:51:19 -0000 1.67.2.10
--- slonik.c 7 Jun 2007 19:36:14 -0000 1.67.2.11
***************
*** 1887,1891 ****
use_minor = 0;
}
! else if ((adminfo->pg_version >= 80100) && adminfo->pg_version < 80300) /* 8.1 and 8.2 */
{
use_major = 8;
--- 1887,1891 ----
use_minor = 0;
}
! else if ((adminfo->pg_version >= 80100) && adminfo->pg_version < 80400) /* 8.1, 8.2 and 8.3 */
{
use_major = 8;
- Previous message: [Slony1-commit] slony1-engine RELEASE-2.0
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list