Chris Browne cbbrowne at lists.slony.info
Wed May 2 14:37:09 PDT 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv8813

Modified Files:
      Tag: REL_1_2_STABLE
	Makefile.global.in configure.ac RELEASE-1.2.10 
Log Message:
Changes to support PostgreSQL 8.3 as VARATT_SIZEP has been deprecated.


Index: RELEASE-1.2.10
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/Attic/RELEASE-1.2.10,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** RELEASE-1.2.10	20 Apr 2007 21:40:02 -0000	1.1.2.4
--- RELEASE-1.2.10	2 May 2007 21:37:06 -0000	1.1.2.5
***************
*** 9,10 ****
--- 9,12 ----
    ... And alter it to add invocation of a DDL script.  This
    allows testing for an event-counting problem in log shipping.
+ 
+ - 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.34.2.1
retrieving revision 1.34.2.2
diff -C2 -d -r1.34.2.1 -r1.34.2.2
*** Makefile.global.in	26 Oct 2006 18:55:05 -0000	1.34.2.1
--- Makefile.global.in	2 May 2007 21:37:06 -0000	1.34.2.2
***************
*** 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.57.2.2
retrieving revision 1.57.2.3
diff -C2 -d -r1.57.2.2 -r1.57.2.3
*** configure.ac	20 Feb 2007 11:29:39 -0000	1.57.2.2
--- configure.ac	2 May 2007 21:37:06 -0000	1.57.2.3
***************
*** 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)



More information about the Slony1-commit mailing list