pgsql: Doc: Correct description of amcheck example query.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Correct description of amcheck example query.
Date: 2018-08-08 19:58:43
Message-ID: E1fnUbT-0001Zk-M5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2018-08-08 19:59:02 pgsql: Doc: Correct description of amcheck example query.
Previous Message Tom Lane 2018-08-08 18:32:34 pgsql: Remove unwanted "garbage cleanup" logic in Makefiles.