summaryrefslogtreecommitdiff
path: root/databases/postgresql81/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2009-03-20 16:02:02 +0000
committeradam <adam@pkgsrc.org>2009-03-20 16:02:02 +0000
commitb011dec34ec213aaa258c93b26a0fb26716122d9 (patch)
tree718914284f7613b53663d6a50ac35bebc5e4281b /databases/postgresql81/Makefile.common
parent90c3b4ea77c25a703d635f6d28f747168c772743 (diff)
downloadpkgsrc-b011dec34ec213aaa258c93b26a0fb26716122d9.tar.gz
Changes 8.1.17:
* Prevent error recursion crashes when encoding conversion fails. * Disallow "CREATE CONVERSION" with the wrong encodings for the specified conversion function. * Fix core dump when to_char() is given format codes that are inappropriate for the type of the data argument. * Fix decompilation of CASE WHEN with an implicit coercion. * Fix possible misassignment of the owner of a TOAST table's rowtype. * Clean up PL/pgSQL error status variables fully at block exit. * Add MUST (Mauritius Island Summer Time) to the default list of known timezone abbreviations.
Diffstat (limited to 'databases/postgresql81/Makefile.common')
-rw-r--r--databases/postgresql81/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql81/Makefile.common b/databases/postgresql81/Makefile.common
index 0e74f92f28a..0ab84550048 100644
--- a/databases/postgresql81/Makefile.common
+++ b/databases/postgresql81/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2009/02/07 17:43:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.21 2009/03/20 16:02:02 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -37,7 +37,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql81/patches
#
# Note: Do not forget jdbc-postgresql81 when updating version
#
-DIST_VERS?= 8.1.16
+DIST_VERS?= 8.1.17
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS}