summaryrefslogtreecommitdiff
path: root/databases/postgresql81/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2009-02-07 17:43:54 +0000
committeradam <adam@pkgsrc.org>2009-02-07 17:43:54 +0000
commit707cfacd2bab28c47f7f496ff993ac8921df9acc (patch)
tree44e8e870bfaaabab74118398f464915b807fdea9 /databases/postgresql81/Makefile.common
parent51eb6edb84b53fd887c60d71de4adf789cdadbd8 (diff)
downloadpkgsrc-707cfacd2bab28c47f7f496ff993ac8921df9acc.tar.gz
Changes 8.1.16:
* Fix crash in autovacuum The crash occurs only after vacuuming a whole database for anti-transaction-wraparound purposes, which means that it occurs infrequently and is hard to track down. * Improve handling of URLs in headline() function * Improve handling of overlength headlines in headline() function * Prevent possible Assert failure or misconversion if an encoding conversion is created with the wrong conversion function for the specified pair of encodings * Avoid unnecessary locking of small tables in "VACUUM" * Ensure that the contents of a holdable cursor don't depend on the contents of TOAST tables * Fix uninitialized variables in "contrib/tsearch2"'s get_covers() function * Fix configure script to properly report failure when unable to obtain linkage information for PL/Perl * Make all documentation reference pgsql-bugs and/or pgsql-hackers as appropriate, instead of the now-decommissioned pgsql-ports and pgsql-patches mailing lists * Update time zone data files to tzdata release 2009a (for Kathmandu and historical DST corrections in Switzerland, Cuba)
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 91e36c7b3ba..0e74f92f28a 100644
--- a/databases/postgresql81/Makefile.common
+++ b/databases/postgresql81/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2008/11/04 09:52:29 adam Exp $
+# $NetBSD: Makefile.common,v 1.20 2009/02/07 17:43:54 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.15
+DIST_VERS?= 8.1.16
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS}