pgsql: doc: Mention that partitions_{done,total} is 0 for REINDEX progr

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention that partitions_{done,total} is 0 for REINDEX progr
Date: 2021-02-20 01:31:58
Message-ID: E1lDH7m-0004EA-Fi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Mention that partitions_{done,total} is 0 for REINDEX progress reports

REINDEX has recently gained support for partitions, so it can be
confusing to see those fields not being set. Making useful reports for
for such relations is more complicated than it looks with the current
set of columns available in pg_stat_progress_create_index, and this
touches equally REINDEX DATABASE/SYSTEM/SCHEMA. This commit documents
that those two columns are not touched during a REINDEX.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20210216064214.GI28165@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/17661188336c8cbb1783808912096932c57893a3

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-02-21 00:26:59 pgsql: Invent "rainbow" arcs within the regex engine.
Previous Message Michael Paquier 2021-02-20 01:17:37 pgsql: Fix inconsistent configure data for --with-ssl