From c0bd7ef322105ca6ff6dd369c884ec49ac936c4b Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 24 Nov 2011 00:07:01 -0500 Subject: Exclude IIT from txn_time --- check_postgres.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index 8a71853ad..3b3872d3c 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -7515,7 +7515,7 @@ sub check_txn_time { '', '', 'xact_start', - q{xact_start IS NOT NULL}); + q{xact_start IS NOT NULL AND current_query <> ' in transaction'}); return; @@ -9511,6 +9511,9 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Better ordering of output for bloat check - make indexes as important as tables (Greg Sabino Mullane; reported by Jens Wilke) + Exclude idle in transaction queries from the txn_time action + (Greg Sabino Mullane; reported by Peter Eisentraut in bug 92) + Show the dbservice if it was used at top of same_schema output (Mike Blackwell) -- cgit v1.2.3