summaryrefslogtreecommitdiff
path: root/databases/postgresql96-contrib
diff options
context:
space:
mode:
authoradam <adam>2017-02-11 10:18:51 +0000
committeradam <adam>2017-02-11 10:18:51 +0000
commit5cf48ddd96dda84299e6addc2f9a5d8f0284fe2d (patch)
treeb2c287050ea7346bb17916cfe1b0be2a45d8e514 /databases/postgresql96-contrib
parentaa95840866ef9426cddfe09c4f7cceb995d1a36b (diff)
downloadpkgsrc-5cf48ddd96dda84299e6addc2f9a5d8f0284fe2d.tar.gz
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months.
Diffstat (limited to 'databases/postgresql96-contrib')
-rw-r--r--databases/postgresql96-contrib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql96-contrib/Makefile b/databases/postgresql96-contrib/Makefile
index 380807fa22f..32cad810e6f 100644
--- a/databases/postgresql96-contrib/Makefile
+++ b/databases/postgresql96-contrib/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/11/23 15:22:48 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2017/02/11 10:18:53 adam Exp $
PKGNAME= ${DISTNAME:C/-/96-contrib-/}
-PKGREVISION= 1
COMMENT= Contrib subtree of tools and plug-ins
.include "../../databases/postgresql96/Makefile.common"