diff options
author | adam <adam@pkgsrc.org> | 2017-02-11 10:18:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-02-11 10:18:51 +0000 |
commit | c1c285213fd822ac34a274c9ffccc40cb55793bf (patch) | |
tree | 66169b67003e7dc5c742d2479379e7aa64c558a2 /databases/postgresql96-contrib | |
parent | 3595e57c4103e84071e78527be47d36546510805 (diff) | |
download | pkgsrc-c1c285213fd822ac34a274c9ffccc40cb55793bf.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/Makefile | 3 |
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" |