summaryrefslogtreecommitdiff
path: root/databases/postgresql82/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-02-08 20:00:27 +0000
committeradam <adam@pkgsrc.org>2007-02-08 20:00:27 +0000
commit038538cdd23b6baf68d1f5ff4634fe593a7dff8f (patch)
treef4d251db13a9a9b979c3129110a157fe5c3ce570 /databases/postgresql82/Makefile.common
parent8cfc122c469d81c3227cb8a6fb5faccf9d88fb93 (diff)
downloadpkgsrc-038538cdd23b6baf68d1f5ff4634fe593a7dff8f.tar.gz
Changes 8.2.3:
* Remove overly-restrictive check for type length in constraints and functional indexes * Fix optimization so MIN/MAX in subqueries can again use indexes
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 0c1bc383e08..3c48719d71c 100644
--- a/databases/postgresql82/Makefile.common
+++ b/databases/postgresql82/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2007/02/05 11:10:02 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2007/02/08 20:00:27 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.2
+DIST_VERS?= 8.2.3
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=${BASE_VERS}