summaryrefslogtreecommitdiff
path: root/databases/postgresql90-monitoring
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-12-19 09:53:26 +0000
committeradam <adam@pkgsrc.org>2010-12-19 09:53:26 +0000
commitd336b2f1f8671073f438ae208e4312a46f2c4669 (patch)
tree1db38f87e9a3951fdbbc598460fca982d8c235e2 /databases/postgresql90-monitoring
parent2e0b0e690ae727f472e45e9277a45c64e7457b17 (diff)
downloadpkgsrc-d336b2f1f8671073f438ae208e4312a46f2c4669.tar.gz
Changes 9.0.2:
* Force the default wal_sync_method to be fdatasync on Linux * Fix "too many KnownAssignedXids" error during Hot Standby replay * Fix race condition in lock acquisition during Hot Standby * Avoid unnecessary conflicts during Hot Standby * Fix assorted bugs in WAL replay logic for GIN indexes * Fix recovery from base backup when the starting checkpoint WAL record is not in the same WAL segment as its redo point * Fix corner-case bug when streaming replication is enabled immediately after creating the master database cluster * Fix persistent slowdown of autovacuum workers when multiple workers remain active for a long time * Fix long-term memory leak in autovacuum launcher * Avoid failure when trying to report an impending transaction wraparound condition from outside a transaction * Add support for detecting register-stack overrun on IA64 * Add a check for stack overflow in copyObject() * Fix detection of page splits in temporary GiST indexes * Fix error checking during early connection processing * Improve efficiency of window functions * Avoid memory leakage while "ANALYZE"'ing complex index expressions * Ensure an index that uses a whole-row Var still depends on its table * Add missing support in "DROP OWNED BY" for removing foreign data wrapper/server privileges belonging to a user * Do not "inline" a SQL function with multiple OUT parameters * Fix crash when inline-ing a set-returning function whose argument list contains a reference to an inline-able user function * Behave correctly if ORDER BY, LIMIT, FOR UPDATE, or WITH is attached to the VALUES part of INSERT ... VALUES * Make the OFF keyword unreserved This prevents problems with using off as a variable name in PL/pgSQL. That worked before 9.0, but was now broken because PL/pgSQL now treats all core reserved words as reserved. * Fix constant-folding of COALESCE() expressions
Diffstat (limited to 'databases/postgresql90-monitoring')
-rw-r--r--databases/postgresql90-monitoring/Makefile14
-rw-r--r--databases/postgresql90-monitoring/PLIST22
2 files changed, 17 insertions, 19 deletions
diff --git a/databases/postgresql90-monitoring/Makefile b/databases/postgresql90-monitoring/Makefile
index ded99e0b4bb..f5945b9c300 100644
--- a/databases/postgresql90-monitoring/Makefile
+++ b/databases/postgresql90-monitoring/Makefile
@@ -1,23 +1,21 @@
-# $NetBSD: Makefile,v 1.2 2010/12/11 17:22:30 asau Exp $
+# $NetBSD: Makefile,v 1.3 2010/12/19 09:53:28 adam Exp $
-PKGNAME= postgresql90-monitoring-${BASE_VERS}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:C/-/90-monitoring-/}
COMMENT= PostgreSQL monitoring tools
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= postgresql90-server>=${BASE_VERS}:../../databases/postgresql90-server
+DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
.include "../../databases/postgresql90/Makefile.common"
+USE_LIBTOOL= yes
+PKG_LIBTOOL= ${PKG_SHLIBTOOL}
+
BUILD_DIRS+= contrib/auto_explain
BUILD_DIRS+= contrib/pg_buffercache
BUILD_DIRS+= contrib/pg_stat_statements
BUILD_DIRS+= contrib/pgstattuple
-USE_LIBTOOL= yes
-PKG_LIBTOOL= ${PKG_SHLIBTOOL}
-
.include "../../databases/postgresql90-client/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql90-monitoring/PLIST b/databases/postgresql90-monitoring/PLIST
index 632b7f453ce..d0c02cbec93 100644
--- a/databases/postgresql90-monitoring/PLIST
+++ b/databases/postgresql90-monitoring/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2010/12/11 17:22:30 asau Exp $
-${PG_SUBPREFIX}lib/postgresql/auto_explain.la
-${PG_SUBPREFIX}lib/postgresql/pg_buffercache.la
-${PG_SUBPREFIX}lib/postgresql/pg_stat_statements.la
-${PG_SUBPREFIX}lib/postgresql/pgstattuple.la
-${PG_SUBPREFIX}share/postgresql/contrib/pg_buffercache.sql
-${PG_SUBPREFIX}share/postgresql/contrib/pg_stat_statements.sql
-${PG_SUBPREFIX}share/postgresql/contrib/pgstattuple.sql
-${PG_SUBPREFIX}share/postgresql/contrib/uninstall_pg_buffercache.sql
-${PG_SUBPREFIX}share/postgresql/contrib/uninstall_pg_stat_statements.sql
-${PG_SUBPREFIX}share/postgresql/contrib/uninstall_pgstattuple.sql
+@comment $NetBSD: PLIST,v 1.3 2010/12/19 09:53:28 adam Exp $
+lib/postgresql/auto_explain.la
+lib/postgresql/pg_buffercache.la
+lib/postgresql/pg_stat_statements.la
+lib/postgresql/pgstattuple.la
+share/postgresql/contrib/pg_buffercache.sql
+share/postgresql/contrib/pg_stat_statements.sql
+share/postgresql/contrib/pgstattuple.sql
+share/postgresql/contrib/uninstall_pg_buffercache.sql
+share/postgresql/contrib/uninstall_pg_stat_statements.sql
+share/postgresql/contrib/uninstall_pgstattuple.sql