From: Greg Sabino Mullane Date: Fri, 3 Oct 2008 14:49:47 +0000 (-0400) Subject: Fix typo X-Git-Tag: 2.9.0~239 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0acbefea27ee3e8a80b26f33bb5f0f0adc8df1c7;p=check_postgres.git Fix typo --- diff --git a/check_postgres.pl b/check_postgres.pl index 677534189..88f382cbe 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -2916,7 +2916,7 @@ sub check_txn_time { } if ($max < 0) { if ($USERWHERECLAUSE) { - add_unknown 'T-EXCLUDE-DB2'; + add_unknown 'T-EXCLUDE-DB'; } else { add_ok 'No transactions';