pgsql: Doc: Add missing step for pg_stat_progress_cluster

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Add missing step for pg_stat_progress_cluster
Date: 2019-10-28 05:24:44
Message-ID: E1iOxWG-0005v8-7q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_12_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-10-28 16:21:21 pgsql: Handle empty-string edge cases correctly in strpos().
Previous Message Michael Paquier 2019-10-28 03:13:38 pgsql: Fix dependency handling at swap phase of REINDEX CONCURRENTLY