summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
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 105868962..9d4030f3b 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -6177,7 +6177,7 @@ JOIN pg_namespace n ON (n.oid = pronamespace)
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 $t1) on 1 differs from 2 ("$d1" vs. "$d2") };
}
else {
$failcount--;