summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2013-06-24 12:57:50 +0000
committerGreg Sabino Mullane2013-06-24 12:57:50 +0000
commit2a3d9456ac59d8c260fe0e0f903b2f94942ed584 (patch)
tree069f7b4bd771fdbf2913f7c1c0fa2c4f3bd17caa /check_postgres.pl
parent4d8d922446fb6532392edfb2ef89de783447c164 (diff)
Don't compare the new 'relallvisible' ccolumn
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 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,