Thread: pgsql: Doc: Correct description of amcheck example query.

pgsql: Doc: Correct description of amcheck example query.

From
Peter Geoghegan
Date:
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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/393e539c54d14ecd2b7d15b4cf2ac4a858ec451b

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