From 40bb49eba6ed14bd804edbf4644a4b26f6f7e922 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 18 Feb 2010 16:49:52 -0500 Subject: Add missing space --- check_postgres.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check_postgres.pl') 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 -- cgit v1.2.3