Wed May 2 14:36:19 PDT 2007
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine In directory main.slony.info:/tmp/cvs-serv8603 Modified Files: Makefile.global.in configure.ac Log Message: Changes to support PostgreSQL 8.3 as VARATT_SIZEP has been deprecated. Index: Makefile.global.in =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/Makefile.global.in,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Makefile.global.in 26 Oct 2006 19:07:18 -0000 1.35 --- Makefile.global.in 2 May 2007 21:36:17 -0000 1.36 *************** *** 10,13 **** --- 10,18 ---- # ---------- + # PostgreSQL Version + PG_VERSION_MAJOR= @PG_VERSION_MAJOR@ + PG_VERSION_MINOR= @PG_VERSION_MINOR@ + PG_VERSION= @PG_VERSION@ + #location substitutions Index: configure.ac =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/configure.ac,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** configure.ac 20 Feb 2007 11:20:44 -0000 1.60 --- configure.ac 2 May 2007 21:36:17 -0000 1.61 *************** *** 163,166 **** --- 163,170 ---- ACX_SLONYTOOLS() + AC_SUBST(PG_VERSION_MAJOR, $PG_VERSION_MAJOR) + AC_SUBST(PG_VERSION_MINOR, $PG_VERSION_MINOR) + AC_SUBST(PG_VERSION, $PG_VERSION) + AC_SUBST(PGINCLUDEDIR, $PG_INCLUDEDIR) AC_SUBST(PGINCLUDESERVERDIR, $PG_INCLUDESERVERDIR)
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list