summaryrefslogtreecommitdiff
path: root/databases/postgresql82-tsearch2
diff options
context:
space:
mode:
authoradam <adam>2008-04-05 16:40:08 +0000
committeradam <adam>2008-04-05 16:40:08 +0000
commit84759e8bc8b83a9b67f1839614fcc5a816e06d8a (patch)
tree88662d4a990eaaf31fdeab08133fdf0ef9eab5f4 /databases/postgresql82-tsearch2
parent00b64f3de839bf905da0df0d79953928038aff20 (diff)
downloadpkgsrc-84759e8bc8b83a9b67f1839614fcc5a816e06d8a.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-tsearch2')
-rw-r--r--databases/postgresql82-tsearch2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql82-tsearch2/Makefile b/databases/postgresql82-tsearch2/Makefile
index 61ed49c3081..2cb45df33a8 100644
--- a/databases/postgresql82-tsearch2/Makefile
+++ b/databases/postgresql82-tsearch2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2008/01/18 05:06:31 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2008/04/05 16:40:08 adam Exp $
PKGNAME= postgresql82-tsearch2-${BASE_VERS}
-PKGREVISION= 1
COMMENT= Tsearch2 contrib module for fulltext indexing in PostgreSQL
DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server