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:59:21
Message-ID: E1fnUc5-0001b0-NN@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
------
REL_10_STABLE

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

Modified Files
--------------
doc/src/sgml/amcheck.sgml | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-08-09 00:02:55 pgsql: Remove bogus Assert in make_partitionedrel_pruneinfo().
Previous Message Peter Geoghegan 2018-08-08 19:59:02 pgsql: Doc: Correct description of amcheck example query.