diff options
author | adam <adam@pkgsrc.org> | 2010-04-23 09:00:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-04-23 09:00:45 +0000 |
commit | e94fb52a1c99722d09bd40a9700bb451a19383c2 (patch) | |
tree | 82c6fdccf5bc19379b39bdadb56ace12184c5140 /databases/slony1 | |
parent | 4b51a7336e0f2f382e1e354f256cb9a0ada1435f (diff) | |
download | pkgsrc-e94fb52a1c99722d09bd40a9700bb451a19383c2.tar.gz |
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
Diffstat (limited to 'databases/slony1')
-rw-r--r-- | databases/slony1/Makefile | 4 | ||||
-rw-r--r-- | databases/slony1/PLIST | 4 | ||||
-rw-r--r-- | databases/slony1/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index 231bcc84e3b..68466fd8132 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2010/04/15 07:55:31 adam Exp $ +# $NetBSD: Makefile,v 1.15 2010/04/23 09:00:45 adam Exp $ -DISTNAME= slony1-2.0.2 +DISTNAME= slony1-2.0.3 CATEGORIES= databases MASTER_SITES= http://slony.info/downloads/2.0/source/ EXTRACT_SUFX= .tar.bz2 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 diff --git a/databases/slony1/distinfo b/databases/slony1/distinfo index 98f8a512772..336bce46da0 100644 --- a/databases/slony1/distinfo +++ b/databases/slony1/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2010/04/15 07:55:31 adam Exp $ +$NetBSD: distinfo,v 1.9 2010/04/23 09:00:45 adam Exp $ -SHA1 (slony1-2.0.2.tar.bz2) = 7c23b02389be7b3236fa092114196a3cd69ad38a -RMD160 (slony1-2.0.2.tar.bz2) = a757aa8bb1fe6fdacd592ff5778858fba64b03e2 -Size (slony1-2.0.2.tar.bz2) = 933793 bytes +SHA1 (slony1-2.0.3.tar.bz2) = ed07373f4fcf546acf65585bc01164ff8581e4f6 +RMD160 (slony1-2.0.3.tar.bz2) = 22313c6521befa2c06f9c259bc244eca6407e151 +Size (slony1-2.0.3.tar.bz2) = 1003446 bytes SHA1 (patch-aa) = 591635aa8badd2690629ffd4ba1d4a619d332fbc SHA1 (patch-ab) = de4549aa7fae7aed10f4ebb14de8d5aea5419cb4 |