From 045f44780713bbf7da5b32a11f0988ecf059b831 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 16 Jan 2012 11:57:16 -0500 Subject: Typo in SQL --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_postgres.pl') 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; -- cgit v1.2.3