Fri Sep 28 14:17:14 PDT 2007
- Previous message: [Slony1-commit] slony1-engine/src/slon remote_worker.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv15885
Modified Files:
Tag: REL_1_2_STABLE
RELEASE
Log Message:
Updates to release notes for:
- DDL fix
- LogShipping fix
Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -C2 -d -r1.1.2.16 -r1.1.2.17
*** RELEASE 25 Sep 2007 20:04:24 -0000 1.1.2.16
--- RELEASE 28 Sep 2007 21:17:12 -0000 1.1.2.17
***************
*** 6,16 ****
- Added stored functions and documentation for adding empty tables
! (notably *partitions*) to replication
- Added a fairly substantial partitioning test to exercise the
! new stored functions
- Backport "listen path" generator function from CVS HEAD (2.0) to
! 1.2 branch
RELEASE 1.2.11
--- 6,26 ----
- Added stored functions and documentation for adding empty tables
! (notably *partitions*) to replication. Note these functions
! do no work when not specifically requested.
- Added a fairly substantial partitioning test to exercise the
! new stored functions above.
- Backport "listen path" generator function from CVS HEAD (2.0) to
! 1.2 branch.
!
! - Fixed a problem with "EXECUTE SCRIPT" (introduced in remote_worker.c
! version 1.124.2.13) where moving the relevant code into a subroutine
! at the end led to losing the "BEGIN; SET TRANSACTION ISOLATION LEVEL
! SERIALIZABLE;" query that needs to be the first thing run...
!
! - Fixing the archive sequence generations. All non-SYNC events must
! start the local transaction before creating the archive as well, so
! that the lock on the archive counter table serializes archive creation.
RELEASE 1.2.11
- Previous message: [Slony1-commit] slony1-engine/src/slon remote_worker.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list