Jan Wieck wieck at lists.slony.info
Thu May 31 09:46:20 PDT 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv2496

Modified Files:
	config.h.in 
Log Message:
This is the first step towards Slony-I version 2.0.

It drops all support for databases prior to Postgres version 8.3.
This is required because we now make use of new functionality in
Postgres, namely the trigger and rule support for session replication
role. As of now, every node (origin/subscriber/mixed) can be dumped
with pg_dump and result in a consistent snapshot of the database.

TODO:
  - Run DDL scripts as "local" replication role. Currently DDL
    scripts don't work at all.
  - Get rid of STORE TRIGGER and force users to make use of 8.3's
	advanced trigger and rule configuration.

Jan


Index: config.h.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config.h.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** config.h.in	15 Dec 2006 17:38:10 -0000	1.18
--- config.h.in	31 May 2007 16:46:17 -0000	1.19
***************
*** 4,8 ****
   *	Autoconf input file for config.h
   *
!  *	Copyright (c) 2003-2004, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	Autoconf input file for config.h
   *
!  *	Copyright (c) 2003-2007, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
***************
*** 13,18 ****
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"1.3.0"
! #define SLONY_I_VERSION_STRING_DEC 1,3,0
  
  #ifndef PG_VERSION_MAJOR
--- 13,18 ----
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"2.0.0"
! #define SLONY_I_VERSION_STRING_DEC 2,0,0
  
  #ifndef PG_VERSION_MAJOR



More information about the Slony1-commit mailing list