diff options
author | Greg Sabino Mullane | 2011-02-12 13:22:35 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-02-12 13:22:35 +0000 |
commit | 9d4e6d2458e99cd5d8e234add415c09d04326b61 (patch) | |
tree | 6f97ff6e0bb2c2f0eea03c6e3364802191a3749c /check_postgres.pl | |
parent | d3fe0b3227b007aa00c4e79ca74016dc49e3a637 (diff) | |
parent | fd268c97126e7b872e8c11cd056e92f03766b4ee (diff) |
Merge commit 'maletin/master'
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index f1b66b1e4..77302cfe6 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -4872,7 +4872,7 @@ sub check_query_time { msg('queries'), msg('query-time'), 'query_start', - q{query_start IS NOT NULL AND current_query <> '<IDLE> in transaction'}); + q{query_start IS NOT NULL AND current_query NOT LIKE '<IDLE>%'}); return; |