[DOC] Fix for the missing pg_stat_progress_cluster view phase column value

From: "Shinoda, Noriyoshi (PN Japan A&PS Delivery)" <noriyoshi(dot)shinoda(at)hpe(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [DOC] Fix for the missing pg_stat_progress_cluster view phase column value
Date: 2019-10-26 05:13:49
Message-ID: AT5PR8401MB06447FAE88E1592754E958B8EE640@AT5PR8401MB0644.NAMPRD84.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
monitoring_sgml_v1.diff application/octet-stream 615 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2019-10-26 06:55:03 Remove one use of IDENT_USERNAME_MAX
Previous Message Virender Singla 2019-10-26 04:10:02 Re: vacuum on table1 skips rows because of a query on table2