From: Greg Sabino Mullane Date: Mon, 16 Jan 2012 16:57:16 +0000 (-0500) Subject: Typo in SQL X-Git-Tag: 2.19.0~10 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=045f44780713bbf7da5b32a11f0988ecf059b831;p=check_postgres.git Typo in SQL --- 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;