From d336b2f1f8671073f438ae208e4312a46f2c4669 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 19 Dec 2010 09:53:26 +0000 Subject: Changes 9.0.2: * Force the default wal_sync_method to be fdatasync on Linux * Fix "too many KnownAssignedXids" error during Hot Standby replay * Fix race condition in lock acquisition during Hot Standby * Avoid unnecessary conflicts during Hot Standby * Fix assorted bugs in WAL replay logic for GIN indexes * Fix recovery from base backup when the starting checkpoint WAL record is not in the same WAL segment as its redo point * Fix corner-case bug when streaming replication is enabled immediately after creating the master database cluster * Fix persistent slowdown of autovacuum workers when multiple workers remain active for a long time * Fix long-term memory leak in autovacuum launcher * Avoid failure when trying to report an impending transaction wraparound condition from outside a transaction * Add support for detecting register-stack overrun on IA64 * Add a check for stack overflow in copyObject() * Fix detection of page splits in temporary GiST indexes * Fix error checking during early connection processing * Improve efficiency of window functions * Avoid memory leakage while "ANALYZE"'ing complex index expressions * Ensure an index that uses a whole-row Var still depends on its table * Add missing support in "DROP OWNED BY" for removing foreign data wrapper/server privileges belonging to a user * Do not "inline" a SQL function with multiple OUT parameters * Fix crash when inline-ing a set-returning function whose argument list contains a reference to an inline-able user function * Behave correctly if ORDER BY, LIMIT, FOR UPDATE, or WITH is attached to the VALUES part of INSERT ... VALUES * Make the OFF keyword unreserved This prevents problems with using off as a variable name in PL/pgSQL. That worked before 9.0, but was now broken because PL/pgSQL now treats all core reserved words as reserved. * Fix constant-folding of COALESCE() expressions --- databases/postgresql90-replicationtools/Makefile | 6 ++---- databases/postgresql90-replicationtools/PLIST | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'databases/postgresql90-replicationtools') diff --git a/databases/postgresql90-replicationtools/Makefile b/databases/postgresql90-replicationtools/Makefile index 6df88194fc8..bb0a4fd0eb3 100644 --- a/databases/postgresql90-replicationtools/Makefile +++ b/databases/postgresql90-replicationtools/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/12/10 03:51:31 asau Exp $ +# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:29 adam Exp $ -PKGNAME= postgresql90-replicationtools-${BASE_VERS} +PKGNAME= ${DISTNAME:C/-/90-replicationtools-/} COMMENT= PostgreSQL replication tools -MAINTAINER= pkgsrc-users@NetBSD.org PKG_DESTDIR_SUPPORT= user-destdir @@ -12,5 +11,4 @@ BUILD_DIRS+= contrib/pg_archivecleanup BUILD_DIRS+= contrib/pg_standby .include "../../databases/postgresql90-client/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" diff --git a/databases/postgresql90-replicationtools/PLIST b/databases/postgresql90-replicationtools/PLIST index 26fba11926b..1f78d1f9704 100644 --- a/databases/postgresql90-replicationtools/PLIST +++ b/databases/postgresql90-replicationtools/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/12/10 03:51:31 asau Exp $ -${PG_SUBPREFIX}bin/pg_archivecleanup -${PG_SUBPREFIX}bin/pg_standby +@comment $NetBSD: PLIST,v 1.2 2010/12/19 09:53:29 adam Exp $ +bin/pg_archivecleanup +bin/pg_standby -- cgit v1.2.3