pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/slony1
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 15 07:55:32 UTC 2010
Modified Files:
pkgsrc/databases/slony1: Makefile PLIST distinfo
pkgsrc/databases/slony1/patches: patch-aa patch-ab
Log Message:
Changes 2.0.2:
* PostgreSQL 8.4 compatibility
* Fix - config dump was failing on string entries that were NULL
* Fix - REPAIR CONFIG could have collisions where, when we
load a schema, one entry in sl_table already has an OID value
that incorrectly matches a value that another update is trying to fix.
* Updated release notes to indicate that 2.0 only supports PostgreSQL 8.3+
* Change to configure.ac to allow it to run on autoconf 2.63; there was
something unsuitable about SLONREL_VERSION processing
* Fixes to Makefile for admin guide
* Various fixes to admin guide material
* Added an extra test to Schema name test that validates that things
can operate properly even if the DB lacks a "public" schema
* Fixed bug in tools/start_slon.sh
* Fixed pathname substitutions in a couple of altperl scripts
* Add a test which validates that the cluster schema name is valid;
pgAdminIII allowed setting up cluster names that slonik would refuse
to connect to.
* Revised regression tests to use SYNC/WAIT FOR EVENT instead of
queries that try to coordinate sl_status information with rather
less determinacy...
* Cleanup thread was generating spurious error messages due to
misinterpreting PG return codes. Rectified this, and added a
test in to make sure we're exercising the logic
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/slony1/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/slony1/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/slony1/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/slony1/patches/patch-aa
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/slony1/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index