From 23fdf93b07c3e96cd626b3adea3420e44fd70d42 Mon Sep 17 00:00:00 2001 From: glynastill Date: Tue, 8 Sep 2015 06:34:42 +0100 Subject: [PATCH] Fix typo: missing comma in commit 2e07159c2ecca1bd42950121ccb2f6fad762e30a --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_postgres.pl b/check_postgres.pl index e29501558..4de0d414f 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -6756,7 +6756,7 @@ sub check_same_schema { indexprs,indcheckxmin,reltablespace, indkey', '' ], [trigger => 'tgqual,tgconstraint', '' ], - [constraint => 'conbin,conindid,conkey,confkey + [constraint => 'conbin,conindid,conkey,confkey, confmatchtype', '' ], [column => 'atttypid,attnum,attbyval,attndims', '' ], ); -- 2.30.2