Add command column to pg_stat_progress_create_index

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Add command column to pg_stat_progress_create_index
Date: 2019-05-27 18:18:12
Message-ID: f0e56b3b-74b7-6cbc-e207-a5ed6bee18dc@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I propose to add a column "command" to pg_stat_progress_create_index.
The sibling view pg_stat_progress_cluster already contains such a
column. This can help distinguish which command is running and thus
which phases to expect. It seems reasonable to keep these views
consistent, too. (They are both new in PG12.) Patch attached.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Add-command-column-to-pg_stat_progress_create_index.patch text/plain 6.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2019-05-27 18:20:28 Re: Add command column to pg_stat_progress_create_index
Previous Message David Fetter 2019-05-27 17:16:54 Re: Contribute - money