From 3719152e29ac9a103811dd35cf3691539fa206e1 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 23 Apr 2010 09:00:45 +0000 Subject: Changes 2.0.3: * PostgreSQL 8.4 has been released; slonik needs to explicitly recognize it * Add in slonikconfdump.sh tool, which generates a slonik script to duplicate the configuration of a Slony-I cluster * Significant fixes to documentation to reflect 2.0 changes * Add "OMIT COPY" option to the Slonik "SUBSCRIBE SET" command * Document process for Slony-I 2.0 upgrade using OMIT COPY option * Fix to race condition where file descriptor copies were being made at the wrong time in the scheduler * Modify "testseqnames" regression test to create a whole bunch of sequences to validate that things don't break down with either lots of them, or where IDs are large numbers * Change minimum debugging level to -1 to allow suppressing logging * Bug 92 - compression of event numbers had a bug where events > 2^31-1 would overflow the "int" value * Autovacuum handling changes in PostgreSQL 8.4 - we pull metadata from pg_class.reloptions, instead of pg_autovacuum * logswitch fix resolving a potential data loss + statement blocking bug... * Add LOG_NAME_SUFFIX to altperl tools --- databases/slony1/PLIST | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases/slony1/PLIST') diff --git a/databases/slony1/PLIST b/databases/slony1/PLIST index 44f4a581205..a66a70bb796 100644 --- a/databases/slony1/PLIST +++ b/databases/slony1/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2010/04/15 07:55:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2010/04/23 09:00:45 adam Exp $ bin/slon bin/slonik bin/slony_logshipper @@ -6,5 +6,7 @@ lib/postgresql/slony1_funcs.so share/postgresql/slon.conf-sample share/postgresql/slony1_base.sql share/postgresql/slony1_base.v83.sql +share/postgresql/slony1_base.v84.sql share/postgresql/slony1_funcs.sql share/postgresql/slony1_funcs.v83.sql +share/postgresql/slony1_funcs.v84.sql -- cgit v1.2.3