CVS User Account cvsuser
Fri Oct 6 13:21:35 PDT 2006
Log Message:
-----------
Indicate in release notes that PG 8.2 is now supported, and 7.3 is NOT.

Modified Files:
--------------
    slony1-engine:
        RELEASE-1.2.0 (r1.11 -> r1.12)

-------------- next part --------------
Index: RELEASE-1.2.0
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/RELEASE-1.2.0,v
retrieving revision 1.11
retrieving revision 1.12
diff -LRELEASE-1.2.0 -LRELEASE-1.2.0 -u -w -r1.11 -r1.12
--- RELEASE-1.2.0
+++ RELEASE-1.2.0
@@ -57,7 +57,7 @@
 - When possible (based on log switching functionality), partial
   indexes on sl_log_1 and sl_log_2 are created on a per-origin-node
   basis.  This provides the performance boost of having an easily
-  recognizable index, but without the risk of having XIDs from
+  recognisable index, but without the risk of having XIDs from
   different nodes mixed together in one index, where roll-over could
   Cause Problems...
 
@@ -71,6 +71,18 @@
   A group of developers has contributed changes to allow running
   Slony-I as a Windows service.
 
+- PostgreSQL Version Compatibility Changes
+
+  Slony-I developers have been following the 8.2 release expected in
+  fall 2006; Slony-I 1.2 can be expected to work with it without
+  problems.
+
+  Compatibility with version 7.3 has been dropped; version 1.2 notably
+  makes use of some array functionality that didn't exist in 7.3.  If
+  you are on 7.3, you're on a REALLY OLD version of PostgreSQL, and
+  really ought to upgrade.  You may use Slony-I 1.1.5 to get to a more
+  modern version, and then upgrade to 1.2 as needed.
+
 - Process structure is revised considerably; in 1.1.0, an attempt was
   made to create an internal 'watchdog' that would restart threads
   that fell over for whatever reason.



More information about the Slony1-commit mailing list