Support amcheck of sequences
Peter Eisentraut <peter@eisentraut.org>
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
| Path | Change | +/− |
|---|---|---|
| contrib/amcheck/expected/check_heap.out | modified | +4 −2 |
| contrib/amcheck/t/001_verify_heapam.pl | modified | +67 −1 |
| contrib/amcheck/verify_heapam.c | modified | +8 −2 |
| doc/src/sgml/amcheck.sgml | modified | +4 −4 |
| doc/src/sgml/ref/pg_amcheck.sgml | modified | +9 −6 |
| src/bin/pg_amcheck/pg_amcheck.c | modified | +3 −3 |
Documentation touched
Discussion
- verify_heapam for sequences? 5 messages · 2021-08-26 → 2021-09-28