diff options
author | adam <adam@pkgsrc.org> | 2008-04-05 16:40:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-04-05 16:40:08 +0000 |
commit | 45603c900056eb5e13ab97364bb635a6f04f3be4 (patch) | |
tree | 88662d4a990eaaf31fdeab08133fdf0ef9eab5f4 /databases/postgresql82-tsearch2 | |
parent | b89730cc45555223f5594d36b0b6c396228d5f26 (diff) | |
download | pkgsrc-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-tsearch2')
-rw-r--r-- | databases/postgresql82-tsearch2/Makefile | 3 |
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 |