summaryrefslogtreecommitdiff
path: root/databases/postgresql84-pltcl
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-10-05 22:15:35 +0000
committeradam <adam@pkgsrc.org>2012-10-05 22:15:35 +0000
commitc06f214bebb810570af74f654f96c0e089b924f0 (patch)
tree8c8dd38ddab8b2ef60a310dbb33be4b5397a4985 /databases/postgresql84-pltcl
parentfa70c428b374843350f583aa3f7aa84b73eece53 (diff)
downloadpkgsrc-c06f214bebb810570af74f654f96c0e089b924f0.tar.gz
The PostgreSQL Global Development Group has released an update to all current versions of the PostgreSQL database system, including 9.2.1, 9.1.6, 9.0.10, 8.4.14 and 8.3.21. This update fixes critical issues for major versions 9.1 and 9.2, and users running those versions should apply it as soon as possible. Users of versions 8.3, 8.4 and 9.0 should plan to update at the next scheduled downtime.
The update fixes two potential data corruption issues present in the PostgreSQL 9.1 and 9.2 for any server which has crashed, been shutdown with "immediate", or was failed over to a standby. First, the PostgreSQL development team has discovered a chance of corruption of BTREE and GIN indexes for databases. Second, there is a significant chance of corruption of the visibility map. This update fixes both issues. We strongly advise users of 9.1 and 9.2 to run VACUUM and/or index rebuilds after applying the update. Please see the 2012-09-24 Update wiki page for detailed instructions. This update release also contains fixes for many minor issues discovered and patched by the PostgreSQL community in the last month, including many fixes for the newly released version 9.2. These include: fix sorting issue with IN lists and indexes fix planner failure when combining GROUP BY with window functions improve selectivity of text searches using prefixes prevent rescanning of WITH clauses from giving wrong answers fix PL/Perl crashing issue reduce bloat for multi-column GiST indexes time zone data changes for Fiji disallow Extensions from circular schema assignment prevent crashes when default_transaction_isolation is set to "serializable" several minor fixes to pg_upgrade
Diffstat (limited to 'databases/postgresql84-pltcl')
-rw-r--r--databases/postgresql84-pltcl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql84-pltcl/Makefile b/databases/postgresql84-pltcl/Makefile
index 8bb76c57dc6..67c27fdfd17 100644
--- a/databases/postgresql84-pltcl/Makefile
+++ b/databases/postgresql84-pltcl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2012/10/02 21:25:43 asau Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/05 22:15:36 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-pltcl-/}
-PKGREVISION= 1
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server