From 2a3d9456ac59d8c260fe0e0f903b2f94942ed584 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 24 Jun 2013 08:57:50 -0400 Subject: Don't compare the new 'relallvisible' ccolumn --- 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 3a5a87608..aa4378704 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -6319,7 +6319,7 @@ sub check_same_schema { [schema => '', '' ], [function => 'source_checksum,prolang,prorettype', '' ], [table => 'reltype,relfrozenxid,relpages, - reltuples,relnatts', '' ], + reltuples,relnatts,relallvisible', '' ], [view => 'reltype', '' ], [sequence => 'reltype,log_cnt,relnatts,is_called', '' ], [index => 'relpages,reltuples,indpred,indclass, -- cgit v1.2.3