summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2010-04-07 18:56:12 +0000
committerGreg Sabino Mullane2010-04-07 18:56:12 +0000
commitaaea6525e939057b623d6402855638d0f732fb8d (patch)
tree7fe0aa8f610b1e781a06c54407fb3acfcb2f6ed6 /check_postgres.pl
parent603ef5803d9afdf82de82665ae703dd967458d10 (diff)
Complete the tabs-to-spaces conversion.
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 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');