pgsql: Support amcheck of sequences - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Support amcheck of sequences
Date
Msg-id E1mVDUu-0004en-EK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c3b011d9918100c6ec2d72297fb51635bce70e80

Modified Files
--------------
contrib/amcheck/expected/check_heap.out |  6 ++-
contrib/amcheck/t/001_verify_heapam.pl  | 68 ++++++++++++++++++++++++++++++++-
contrib/amcheck/verify_heapam.c         | 10 ++++-
doc/src/sgml/amcheck.sgml               |  8 ++--
doc/src/sgml/ref/pg_amcheck.sgml        | 15 +++++---
src/bin/pg_amcheck/pg_amcheck.c         |  6 +--
6 files changed, 95 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Re-enable contrib/bloom's TAP tests.
Next
From: Magnus Hagander
Date:
Subject: pgsql: Properly schema-prefix reference to pg_catalog.pg_get_statistics