Mon Jun 25 09:34:59 PDT 2007
- Previous message: [Slony1-commit] slony1-www/content news.txt
- Next message: [Slony1-commit] slony1-www/content frontpage.txt news.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv25382
Modified Files:
dbutils.c
Log Message:
Slony-I CVS HEAD does not support versions < 8.3 anymore; express this
in dbutils.c
Index: dbutils.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/dbutils.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** dbutils.c 6 Dec 2006 09:48:19 -0000 1.26
--- dbutils.c 25 Jun 2007 16:34:57 -0000 1.27
***************
*** 115,119 ****
conn->dbconn = dbconn;
conn->pg_version = db_get_version(dbconn);
! if (conn->pg_version < 70400)
{
slon_log(SLON_ERROR,
--- 115,119 ----
conn->dbconn = dbconn;
conn->pg_version = db_get_version(dbconn);
! if (conn->pg_version < 80300)
{
slon_log(SLON_ERROR,
- Previous message: [Slony1-commit] slony1-www/content news.txt
- Next message: [Slony1-commit] slony1-www/content frontpage.txt news.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list