From 34ea5c5793e5f2fd82c1c67c871279a3c425ae27 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 27 Aug 2009 12:44:22 -0400 Subject: Add missing space. --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_postgres.pl') 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--; -- cgit v1.2.3