Chris Browne cbbrowne at lists.slony.info
Tue Apr 6 13:42:50 PDT 2010
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv19729

Modified Files:
      Tag: REL_2_0_STABLE
	RELEASE 
Log Message:
Lots of updates to release notes preparatory to 2.0.3 RC4


Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.3.2.23
retrieving revision 1.3.2.24
diff -C 2 -d -r1.3.2.23 -r1.3.2.24
*** RELEASE	6 Apr 2010 20:06:27 -0000	1.3.2.23
--- RELEASE	6 Apr 2010 20:42:48 -0000	1.3.2.24
***************
*** 187,188 ****
--- 187,211 ----
    Patch from Atte Peltomäki
  
+ - Improve configure complaint if it can't find PQunescapeBytea - this
+   likely implies that configure couldn't find libpq.
+ 
+ - Copyright date changes
+ 
+ - Added discussion of synchronous commit to documentation
+ 
+ - Removed some discussion of behaviours relating to ancient versions
+   of PostgreSQL that are no longer supported (David Fetter)
+ 
+ - SPI_getbinval() was being passed a NULL, which PostgreSQL 8.5 no
+   longer accepts.  Add isnull variable in the relevant code block so
+   there's a place to stow the bool result.
+ 
+   Reason for this noted by Alvaro Herrera - thanks!
+ 
+ - Change "long long" to "int64" to make things consistent with how
+   PostgreSQL expresses XIDs.
+ 
+ - Similarly "%lld" in printf changed to INT64_FORMAT
+ 
+ - Fixing up detection by Slonik of PostgreSQL 8.4 (patch per Peter
+   Eisentraut) - bug #116



More information about the Slony1-commit mailing list