summaryrefslogtreecommitdiff
path: root/databases/postgresql94-plperl
diff options
context:
space:
mode:
authoradam <adam>2015-06-18 14:46:13 +0000
committeradam <adam>2015-06-18 14:46:13 +0000
commit555c4daaafda5e48ee85b9e3d45b9e58ef62f372 (patch)
tree983514c857076f2eb7a6069b746ef725be7395be /databases/postgresql94-plperl
parentddeda777fa9d436fc457c6978924da582991eb1a (diff)
downloadpkgsrc-555c4daaafda5e48ee85b9e3d45b9e58ef62f372.tar.gz
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.
Diffstat (limited to 'databases/postgresql94-plperl')
-rw-r--r--databases/postgresql94-plperl/Makefile3
1 files changed, 1 insertions, 2 deletions
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