diff options
author | Greg Sabino Mullane | 2013-05-01 02:08:10 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2013-05-01 02:08:10 +0000 |
commit | 2cdc75c1cb2fb0ef848c04ca08a593f8b817fde3 (patch) | |
tree | f30e2cfde1517059971e2af7d09cd29294c5321b /check_postgres.pl | |
parent | ba54c60a12e6a917bfd6ef6e0213ff88375e6525 (diff) |
Credit the 9.2 fixes
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index e4e7de12d..d07274d50 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9775,6 +9775,9 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Force STDOUT to use utf8 for proper output (Greg Sabino Mullane; reported by Emmanuel Lesouef) + Fixes for Postgres 9.2: new pg_stat_activity view, + and use pg_tablespace_location, (Josh Williams) + Allow for spaces in item lists when doing same_schema. Allow txn_idle to work again for < 8.3 servers by switching to query_time. |