summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2012-01-16 16:57:16 +0000
committerGreg Sabino Mullane2012-01-16 16:57:16 +0000
commit045f44780713bbf7da5b32a11f0988ecf059b831 (patch)
tree98e0e6293aba23571f140174dfb27b01c97e70ac /check_postgres.pl
parent87838ac11686aee893f27ae6b3a81bb571fcea57 (diff)
Typo in SQL
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
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;