projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c025c
)
Add missing space.
author
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 27 Aug 2009 16:44:22 +0000
(12:44 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 27 Aug 2009 16:44:22 +0000
(12:44 -0400)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index 4d054cde23577b279065a2b1c61b39760178468c..bc6e3d19b17d5719932c466a67682e026f8106eb 100755
(executable)
--- 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--;