Chris Browne cbbrowne at lists.slony.info
Tue Oct 30 12:40:47 PDT 2007
Update of /home/cvsd/slony1/slony1-www/content
In directory main.slony.info:/tmp/cvs-serv27116/content

Modified Files:
	frontpage.txt news.txt 
Log Message:
Record 1.2.12 rc2


Index: frontpage.txt
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/content/frontpage.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** frontpage.txt	23 Oct 2007 20:55:52 -0000	1.22
--- frontpage.txt	30 Oct 2007 19:40:45 -0000	1.23
***************
*** 1,57 ****
  ---
! Slony-I 1.2.12 pre-1 available
  
  <P> Version 1.2.12 now has a <a
! href="http://slony.info/downloads/1.2/source/slony1-1.2.12-pre1.tar.bz2">
! release candidate.</a>
! 
! <ul>
! <li>Fixed problem with DDL SCRIPT parser where C-style comments were
!   not being processed properly
! 
! <li>Added stored functions and documentation for adding empty tables
!   (notably *partitions*) to replication.  Note these functions
!   do no work when not specifically requested.
! 
!   CAVEAT:  This functionality may not work as expected on versions
!   of PostgreSQL earlier than 8.1.  Mind you, partitioning tends
!   to function pretty poorly in earlier versions of PostgreSQL as
!   there were substantial enhancements in 8.1 and following versions.
! 
! <li>Added a fairly substantial partitioning test to exercise the
!   new stored functions above.
! 
! <li>Backport "listen path" generator function from CVS HEAD (2.0) to
!   1.2 branch.
! 
! <li>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...
! 
! <li>Fixing the archive sequence generations (in log shipping).  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.
! 
! <li>Fixed logging done in local_listener.c - various places, there was
!   no '\n' in some cases, which would lead to entries being folded
!   together.
! 
! <li>Fix launch_slons.sh - was not stripping quotes from PID file name
! 
! <li>Error handling for "ERROR: could not serialize access due to
!   concurrent update"
! 
!   <P> If this error is encountered when starting processing of
!   sl_archive_counter, then two threads are fighting over access to
!   this counter, and at least one has just failed.
! 
!   <P> Rather than waiting, we ask to restart the node immediately.
! </ul>
  
! The testing regimen included running all the tests in the test bed
! against instances of Slony-I running against PostgreSQL versions 7.4,
! 8.0, 8.1, 8.2, as well as CVS HEAD (forthcoming as 8.3).a
  ---
  Slony-I and PostgreSQL 8.1
--- 1,11 ----
  ---
! Slony-I 1.2.12 pre-2 available
  
  <P> Version 1.2.12 now has a <a
! href="http://slony.info/downloads/1.2/source/slony1-1.2.12-pre2.tar.bz2">
! second release candidate.</a>
  
! See the "news" area for more details, including a copy of the release
! notes.
  ---
  Slony-I and PostgreSQL 8.1

Index: news.txt
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/content/news.txt,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** news.txt	23 Oct 2007 20:54:35 -0000	1.35
--- news.txt	30 Oct 2007 19:40:45 -0000	1.36
***************
*** 12,20 ****
  ---
  Slony-I 1.2.12 pre-1 available
! http://slony.info/downloads/1.2/source/slony1-1.2.12-pre1.tar.bz2
! 2007-10-23
  Christopher Browne
  
! <P> Version 1.2.12 now has a release candidate.
  <ul>
  <li>Fixed problem with DDL SCRIPT parser where C-style comments were
--- 12,20 ----
  ---
  Slony-I 1.2.12 pre-1 available
! http://slony.info/downloads/1.2/source/slony1-1.2.12-pre2.tar.bz2
! 2007-10-30
  Christopher Browne
  
! <P> Version 1.2.12 has a second release candidate.
  <ul>
  <li>Fixed problem with DDL SCRIPT parser where C-style comments were
***************
*** 60,63 ****
--- 60,73 ----
  
    <P> Rather than waiting, we ask to restart the node immediately.
+ 
+ <li> Fixes to slonik_build_env script - it wasn't properly handling
+   cases where there was just 1 table or 1 sequence, and had a
+   problem with the -schema option - thanks, Bernd Helmle
+ 
+ <li> Don't bother building slony_logshipper on Win32 as it doesn't work
+   there at this point.
+ 
+ <li> If slonik connects as other than a superuser, then generate error
+   message indicating this to the user.
  </ul>
  ---



More information about the Slony1-commit mailing list