pgsql: Doc: Add missing step for pg_stat_progress_cluster - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Doc: Add missing step for pg_stat_progress_cluster
Date
Msg-id E1iOxWG-0005v7-7O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Add missing step for pg_stat_progress_cluster

There is a step to track when the new heap is written, but this was
missing in the documentation.

Author: Noriyoshi Shinoda
Discussion: https://postgr.es/m/AT5PR8401MB06447FAE88E1592754E958B8EE640@AT5PR8401MB0644.NAMPRD84.PROD.OUTLOOK.COM
Backpatch-through: 12

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/61ecea45e50bcd3b87d4e905719e63e41d6321ce

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix dependency handling at swap phase of REINDEX CONCURRENTLY
Next
From: Tom Lane
Date:
Subject: pgsql: Handle empty-string edge cases correctly in strpos().