From: Greg Sabino Mullane Date: Thu, 18 Feb 2010 21:49:52 +0000 (-0500) Subject: Add missing space X-Git-Tag: 2.14.2^0 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=40bb49eba6ed14bd804edbf4644a4b26f6f7e922;p=check_postgres.git Add missing space --- 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 +=item B (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