diff options
-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 a946c972f..2bc23d1be 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -7517,7 +7517,7 @@ sub check_txn_time { '', '', 'xact_start', - q{xact_start IS NOT NULL'}); + q{xact_start IS NOT NULL}); return; |