[DOC] Fix for the missing pg_stat_progress_cluster view phase column value
Shinoda, Noriyoshi <noriyoshi.shinoda@hpe.com>
From: "Shinoda, Noriyoshi (PN Japan A&PS Delivery)" <noriyoshi.shinoda@hpe.com>
To: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2019-10-26T05:13:49Z
Lists: pgsql-hackers
Attachments
- monitoring_sgml_v1.diff (application/octet-stream) patch v1
Hi, I found a missing column value in the pg_stat_progress_cluster view document. I read the src/backend/catalog/system_views.sql file, there seems to be a possibility that 'writing new heap' is output in the 'phase' column. The attached patch adds a description of the 'writing new heap' value output in the 'phase' column. Regards, Noriyoshi Shinoda
Commits
-
Doc: Add missing step for pg_stat_progress_cluster
- b1ad895e12f0 12.1 landed
- 61ecea45e50b 13.0 landed