Support amcheck of sequences

Peter Eisentraut <peter@eisentraut.org>

Commit: c3b011d9918100c6ec2d72297fb51635bce70e80
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-09-28T13:26:25Z
Releases: 15.0
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

Files

Documentation touched

Discussion