summaryrefslogtreecommitdiff
path: root/databases/postgresql82/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-04-05 16:40:08 +0000
committeradam <adam@pkgsrc.org>2008-04-05 16:40:08 +0000
commit45603c900056eb5e13ab97364bb635a6f04f3be4 (patch)
tree88662d4a990eaaf31fdeab08133fdf0ef9eab5f4 /databases/postgresql82/Makefile.common
parentb89730cc45555223f5594d36b0b6c396228d5f26 (diff)
downloadpkgsrc-45603c900056eb5e13ab97364bb635a6f04f3be4.tar.gz
Changes 8.2.7:
* Fix character string comparison for Windows locales that consider different character combinations as equal * Repair potential deadlock between concurrent "VACUUM FULL" operations on different system catalogs * Fix longstanding "LISTEN"/"NOTIFY" race condition * Disallow "LISTEN" and "UNLISTEN" within a prepared transaction * Disallow dropping a temporary table within a prepared transaction * Fix rare crash when an error occurs during a query using a hash index * Fix memory leaks in certain usages of set-returning functions * Fix input of datetime values for February 29 in years BC * Fix "unrecognized node type" error in some variants of "ALTER OWNER" * Ensure pg_stat_activity.waiting flag is cleared when a lock wait is aborted * Fix handling of process permissions on Windows Vista * More...
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 c390e996f37..e7bb435a4e8 100644
--- a/databases/postgresql82/Makefile.common
+++ b/databases/postgresql82/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2008/03/04 13:31:29 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2008/04/05 16:40:08 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.6
+DIST_VERS?= 8.2.7
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=${BASE_VERS}