summaryrefslogtreecommitdiff
path: root/databases/postgresql82/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-06-20 07:46:49 +0000
committeradam <adam@pkgsrc.org>2008-06-20 07:46:49 +0000
commit33296c1f96099b54f931e45bc2e0ea845f896261 (patch)
tree64ef8b3e8881f77824b402a35014189a49e6dde4 /databases/postgresql82/Makefile.common
parenteed025eb7e92e916fd755a5ce719aa7317a8fc90 (diff)
downloadpkgsrc-33296c1f96099b54f931e45bc2e0ea845f896261.tar.gz
Changes 8.2.9:
* Make pg_get_ruledef() parenthesize negative constants (Tom) Before this fix, a negative constant in a view or rule might be dumped as, say, -42::integer, which is subtly incorrect: it should be (-42)::integer due to operator precedence rules. Usually this would make little difference, but it could interact with another recent patch to cause PostgreSQL to reject what had been a valid "SELECT DISTINCT" view query. Since this could result in pg_dump output failing to reload, it is being treated as a high-priority fix. The only released versions in which dump output is actually incorrect are 8.3.1 and 8.2.7. * Make "ALTER AGGREGATE ... OWNER TO" update pg_shdepend (Tom) This oversight could lead to problems if the aggregate was later involved in a "DROP OWNED" or "REASSIGN OWNED" operation.
Diffstat (limited to 'databases/postgresql82/Makefile.common')
-rw-r--r--databases/postgresql82/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql82/Makefile.common b/databases/postgresql82/Makefile.common
index e7bb435a4e8..d17b6d38f44 100644
--- a/databases/postgresql82/Makefile.common
+++ b/databases/postgresql82/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2008/04/05 16:40:08 adam Exp $
+# $NetBSD: Makefile.common,v 1.11 2008/06/20 07:46:49 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -36,7 +36,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql82/patches
#
# Note: Do not forget jdbc-postgresql82 when updating version
#
-DIST_VERS?= 8.2.7
+DIST_VERS?= 8.2.9
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=${BASE_VERS}