[type => '', '' ],
[schema => '', '' ],
[function => 'source_checksum,prolang,prorettype', '' ],
- [table => 'reltype,relfrozenxid,relpages,
+ [table => 'reltype,relfrozenxid,relminmxid,relpages,
reltuples,relnatts,relallvisible', '' ],
[view => 'reltype', '' ],
[sequence => 'reltype,log_cnt,relnatts,is_called', '' ],
setting SKIP_NETWORK_TESTS will skip the new_version tests; other minor test
suite fixes. (Christoph Berg)
+ Fix same_schema check on 9.3 by ignoring relminmxid differences in pg_class
+ (Christoph Berg)
+
=item B<Version 2.20.1> June 24, 2013
Make connection check failures return CRITICAL not UNKNOWN