From 555c4daaafda5e48ee85b9e3d45b9e58ef62f372 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 18 Jun 2015 14:46:13 +0000 Subject: Changes: This release primarily fixes issues not successfully fixed in prior releases. It should be applied as soon as possible all users of major versions 9.3 and 9.4. Other users should apply at the next available downtime. Crash Recovery Fixes: Earlier update releases attempted to fix an issue in PostgreSQL 9.3 and 9.4 with "multixact wraparound", but failed to account for issues doing multixact cleanup during crash recovery. This could cause servers to be unable to restart after a crash. As such, all users of 9.3 and 9.4 should apply this update as soon as possible. --- databases/postgresql94-plperl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'databases/postgresql94-plperl') diff --git a/databases/postgresql94-plperl/Makefile b/databases/postgresql94-plperl/Makefile index b9e2c38fb4e..28e68e1ca94 100644 --- a/databases/postgresql94-plperl/Makefile +++ b/databases/postgresql94-plperl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2015/06/12 10:48:46 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/06/18 14:46:14 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server -- cgit v1.2.3