diff options
author | Greg Sabino Mullane | 2011-06-30 03:02:53 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-06-30 03:02:53 +0000 |
commit | adc5df307a4ef5d9732ef93c6c0a4d25c77f14d6 (patch) | |
tree | c0e983d31c8f02b659bad35dc7a7a320cd5548e9 /check_postgres.pl | |
parent | 2f8c975fb0f82ab179cf44a6713948e07336ca97 (diff) |
Test file tweaks for new output.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 4c204b19f..044f42080 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -1394,6 +1394,7 @@ sub add_response { $dbhost, $dbport; $header =~ s/\s+$//; + $header =~ s/^ //; my $perf = ($opt{showtime} and $db->{totaltime} and $action ne 'bloat') ? "time=$db->{totaltime}s" : ''; if ($db->{perf}) { $db->{perf} =~ s/^ +//; |