From: Greg Sabino Mullane Date: Thu, 27 Aug 2009 16:44:22 +0000 (-0400) Subject: Add missing space. X-Git-Tag: c9ed279d3bf192e41b4d5c7d65f115fa49ae2519~5 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=34ea5c5793e5f2fd82c1c67c871279a3c425ae27;p=check_postgres.git Add missing space. --- diff --git a/check_postgres.pl b/check_postgres.pl index 4d054cde2..bc6e3d19b 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -5757,7 +5757,7 @@ SQL for my $row (@{$fail{colconstraints}{defdiff}}) { my ($name,$t1,$c1,$d1,$t2,$c2,$d2) = @$row; if (! exists $doublec{$name}) { - $db->{perf} .= qq{ Constraint "$name" on 1 differs from 2 ("$d1" vs. "$d2")}; + $db->{perf} .= qq{ Constraint "$name" on 1 differs from 2 ("$d1" vs. "$d2") }; } else { $failcount--;