summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-08-27 16:44:22 +0000
committerGreg Sabino Mullane2009-08-27 16:44:22 +0000
commit34ea5c5793e5f2fd82c1c67c871279a3c425ae27 (patch)
treeaa725ae8698b18fcbc5c275118705b5b5b62d46c /check_postgres.pl
parent29c025c937a85bc25b9deca9668898050cf0afb7 (diff)
Add missing space.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
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--;