diff options
author | Greg Sabino Mullane | 2012-01-16 16:57:16 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2012-01-16 16:57:16 +0000 |
commit | 045f44780713bbf7da5b32a11f0988ecf059b831 (patch) | |
tree | 98e0e6293aba23571f140174dfb27b01c97e70ac /check_postgres.pl | |
parent | 87838ac11686aee893f27ae6b3a81bb571fcea57 (diff) |
Typo in SQL
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 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; |