summaryrefslogtreecommitdiff
path: root/databases/postgresql90-plperl
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-09-27 11:04:42 +0000
committeradam <adam@pkgsrc.org>2011-09-27 11:04:42 +0000
commitce8e87023a776055f8dcfab4f1221781fbceb027 (patch)
treeeb50524ba9e8f617c0fd0bc75d630bbeb9ecbe86 /databases/postgresql90-plperl
parent5f01ee826885cd719b5a7d0210baab4156012dff (diff)
downloadpkgsrc-ce8e87023a776055f8dcfab4f1221781fbceb027.tar.gz
Changes 9.0.5:
* Fix catalog cache invalidation after a "VACUUM FULL" or "CLUSTER" on a system catalog * Fix incorrect order of operations during sinval reset processing, and ensure that TOAST OIDs are preserved in system catalogs * Fix bugs in indexing of in-doubt HOT-updated tuples * Fix multiple bugs in GiST index page split processing * Fix possible buffer overrun in tsvector_concat() * Fix crash in xml_recv when processing a "standalone" parameter * Make pg_options_to_table return NULL for an option with no value * Avoid possibly accessing off the end of memory in "ANALYZE" and in SJIS-2004 encoding conversion * Protect pg_stat_reset_shared() against NULL input * Fix possible failure when a recovery conflict deadlock is detected within a sub-transaction * Avoid spurious conflicts while recycling btree index pages during hot standby * Shut down WAL receiver if it's still running at end of recovery * Fix race condition in relcache init file invalidation * Fix memory leak at end of a GiST index scan * Fix memory leak when encoding conversion has to be done on incoming command strings and "LISTEN" is active * Fix incorrect memory accounting (leading to possible memory bloat) in tuplestores supporting holdable cursors and plpgsql's RETURN NEXT command * Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist * more...
Diffstat (limited to 'databases/postgresql90-plperl')
-rw-r--r--databases/postgresql90-plperl/Makefile3
-rw-r--r--databases/postgresql90-plperl/PLIST6
2 files changed, 6 insertions, 3 deletions
diff --git a/databases/postgresql90-plperl/Makefile b/databases/postgresql90-plperl/Makefile
index a16ac0472a3..541aa312f3a 100644
--- a/databases/postgresql90-plperl/Makefile
+++ b/databases/postgresql90-plperl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2011/08/14 08:18:12 obache Exp $
+# $NetBSD: Makefile,v 1.6 2011/09/27 11:04:42 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-plperl-/}
-PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/databases/postgresql90-plperl/PLIST b/databases/postgresql90-plperl/PLIST
index 4e7a39dbe38..b8b09d88148 100644
--- a/databases/postgresql90-plperl/PLIST
+++ b/databases/postgresql90-plperl/PLIST
@@ -1,11 +1,15 @@
-@comment $NetBSD: PLIST,v 1.3 2011/02/09 08:48:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2011/09/27 11:04:42 adam Exp $
lib/postgresql/plperl.so
+share/locale/cs/LC_MESSAGES/plperl-9.0.mo
share/locale/de/LC_MESSAGES/plperl-9.0.mo
share/locale/es/LC_MESSAGES/plperl-9.0.mo
share/locale/fr/LC_MESSAGES/plperl-9.0.mo
share/locale/it/LC_MESSAGES/plperl-9.0.mo
share/locale/ja/LC_MESSAGES/plperl-9.0.mo
+share/locale/ko/LC_MESSAGES/plperl-9.0.mo
+share/locale/pl/LC_MESSAGES/plperl-9.0.mo
share/locale/pt_BR/LC_MESSAGES/plperl-9.0.mo
share/locale/ro/LC_MESSAGES/plperl-9.0.mo
share/locale/tr/LC_MESSAGES/plperl-9.0.mo
share/locale/zh_CN/LC_MESSAGES/plperl-9.0.mo
+share/locale/zh_TW/LC_MESSAGES/plperl-9.0.mo