Support amcheck of sequences
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 28 Sep 2021 13:26:25 +0000 (15:26 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 28 Sep 2021 13:26:25 +0000 (15:26 +0200)
commitc3b011d9918100c6ec2d72297fb51635bce70e80
tree4d45773b7c550835a17a3b9ccf6c37344a3d68ba
parent7d1aa6bf1c27bf7438179db446f7d1e72ae093d0
Support amcheck of sequences

Sequences were left out of the list of relation kinds that
verify_heapam knew how to check, though it is fairly trivial to allow
them.  Doing that, and while at it, updating pg_amcheck to include
sequences in relations matched by table and relation patterns.

Author: Mark Dilger <mark.dilger@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/flat/81ad4757-92c1-4aa3-7bee-f609544837e3%40enterprisedb.com
contrib/amcheck/expected/check_heap.out
contrib/amcheck/t/001_verify_heapam.pl
contrib/amcheck/verify_heapam.c
doc/src/sgml/amcheck.sgml
doc/src/sgml/ref/pg_amcheck.sgml
src/bin/pg_amcheck/pg_amcheck.c