diff options
author | Greg Sabino Mullane | 2010-04-07 18:56:12 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2010-04-07 18:56:12 +0000 |
commit | aaea6525e939057b623d6402855638d0f732fb8d (patch) | |
tree | 7fe0aa8f610b1e781a06c54407fb3acfcb2f6ed6 /check_postgres.pl | |
parent | 603ef5803d9afdf82de82665ae703dd967458d10 (diff) |
Complete the tabs-to-spaces conversion.
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 87f5cd9fe..cab52949f 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -6710,7 +6710,7 @@ WHERE xact_start IS NOT NULL $USERWHERECLAUSE ## Use of skip_item means we may have no matches if ($maxdb eq '?') { if ($USERWHERECLAUSE) { ## needed? - add_unknown msg('tttt-nomatch'); + add_unknown msg('fixme-nomatch'); } else { add_ok msg('txntime-none'); |