summaryrefslogtreecommitdiff
path: root/databases/postgresql82-client
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-client
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-client')
-rw-r--r--databases/postgresql82-client/Makefile3
-rw-r--r--databases/postgresql82-client/PLIST5
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql82-client/Makefile b/databases/postgresql82-client/Makefile
index 3a1752ad1ba..a295785c5fe 100644
--- a/databases/postgresql82-client/Makefile
+++ b/databases/postgresql82-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/01/18 05:06:30 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2008/04/05 16:40:08 adam Exp $
PKGNAME= postgresql82-client-${BASE_VERS}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/databases/postgresql82-client/PLIST b/databases/postgresql82-client/PLIST
index 53a6372466e..0386d4ac9a2 100644
--- a/databases/postgresql82-client/PLIST
+++ b/databases/postgresql82-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2008/01/07 20:14:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/04/05 16:40:08 adam Exp $
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/af/LC_MESSAGES/libpq.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/initdb.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libpq.mo
@@ -1238,6 +1238,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-5.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-6.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-7.html
${PG_SUBPREFIX}share/doc/postgresql/html/release.html
${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html
@@ -1503,7 +1504,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/wal-intro.html
${PG_SUBPREFIX}share/doc/postgresql/html/wal-reliability.html
${PG_SUBPREFIX}share/doc/postgresql/html/wal.html
${PG_SUBPREFIX}share/doc/postgresql/html/warm-standby.html
-${PG_SUBPREFIX}share/doc/postgresql/html/x71195.html
+${PG_SUBPREFIX}share/doc/postgresql/html/x71208.html
${PG_SUBPREFIX}share/doc/postgresql/html/xaggr.html
${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-c.html
${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-internal.html