pgsql: Doc: Correct description of amcheck example query. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Doc: Correct description of amcheck example query.
Date
Msg-id E1fnUbT-0001Zk-M5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Correct description of amcheck example query.

The amcheck documentation incorrectly claimed that its example query
verifies every catalog index in the database.  In fact, the query only
verifies the 10 largest indexes (as determined by pg_class.relpages).
Adjust the description accordingly.

Backpatch: 10-, where contrib/amcheck was introduced.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/313cbdc7f666a5af2c977463faf8a0eb06011b98

Modified Files
--------------
doc/src/sgml/amcheck.sgml | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove unwanted "garbage cleanup" logic in Makefiles.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Doc: Correct description of amcheck example query.