summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2010-02-18 21:49:52 +0000
committerGreg Sabino Mullane2010-02-18 21:49:52 +0000
commit40bb49eba6ed14bd804edbf4644a4b26f6f7e922 (patch)
tree695e7df342f07494d23fab315dbd2116c169b605 /check_postgres.pl
parent9fa4b9caf8cc2cb5657e7291dc12464d00c9c8a5 (diff)
Add missing space2.14.2
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 0aac11a9d..ace75f6f2 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -3328,7 +3328,7 @@ sub check_relation_size {
my ($size,$psize,$kind,$name,$schema) = ($1,$2,$3,$4,$5);
next SLURP if skip_item($name, $schema);
$db->{perf} .= sprintf "%s%s$name=$size",
- $VERBOSE==1 ? "\n" : '',
+ $VERBOSE==1 ? "\n" : ' ',
$kind eq 'r' ? "$schema." : '';
($max=$size, $pmax=$psize, $kmax=$kind, $nmax=$name, $smax=$schema) if $size > $max;
}
@@ -8074,7 +8074,7 @@ Items not specifically attributed are by Greg Sabino Mullane.
=over 4
-=item B<Version 2.14.1>
+=item B<Version 2.14.1> (February 18, 2010)
Don't use $^T in logfile check, as script may be long-running
Change the error string for the logfile action for easier exclusion