diff options
author | adam <adam@pkgsrc.org> | 2015-06-18 14:46:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-06-18 14:46:13 +0000 |
commit | 441aedb9d33f3641aae4c943d7cb0b88b8d9e6ee (patch) | |
tree | 983514c857076f2eb7a6069b746ef725be7395be /databases/postgresql93/Makefile.common | |
parent | f799ced8ad31663f06e5ef2ce1315a07dcbe533a (diff) | |
download | pkgsrc-441aedb9d33f3641aae4c943d7cb0b88b8d9e6ee.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/postgresql93/Makefile.common')
-rw-r--r-- | databases/postgresql93/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common index 8004e6c62de..f3bb2c10337 100644 --- a/databases/postgresql93/Makefile.common +++ b/databases/postgresql93/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2015/06/07 22:42:15 joerg Exp $ +# $NetBSD: Makefile.common,v 1.13 2015/06/18 14:46:14 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql93-server/Makefile # used by databases/postgresql93-upgrade/Makefile -DISTNAME= postgresql-9.3.8 +DISTNAME= postgresql-9.3.9 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 |