Tue Dec 11 12:27:13 PST 2007
- Previous message: [Slony1-commit] slony1-engine/src/slonik slonik.c
- Next 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-serv27336
Modified Files:
RELEASE-2.0
Log Message:
Note changes resulting from new txid functions in PG 8.3
Index: RELEASE-2.0
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE-2.0,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** RELEASE-2.0 3 Dec 2007 16:29:10 -0000 1.9
--- RELEASE-2.0 11 Dec 2007 20:27:11 -0000 1.10
***************
*** 103,104 ****
--- 103,113 ----
are likely to need to be dropped from the log shipping node lest
they interfere with replication.
+
+ - Elimination of custom "xxid" functions
+
+ PostgreSQL 8.3 introduces a set of "txid" functions and a
+ "txid_snapshot" type, which eliminates the need for Slony-I to have
+ its own C functions for doing XID comparisons.
+
+ Note that this affects the structure of sl_event, and leads to some
+ changes in the coding of the regression tests.
- Previous message: [Slony1-commit] slony1-engine/src/slonik slonik.c
- Next 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