Re: Add command column to pg_stat_progress_create_index

2019-06-04 Thread Peter Eisentraut
On 2019-05-27 20:18, Peter Eisentraut wrote: > 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 reasona

Re: Add command column to pg_stat_progress_create_index

2019-05-28 Thread David Fetter
On Mon, May 27, 2019 at 11:20:28AM -0700, Andres Freund wrote: > Hi, > > On 2019-05-27 14:18:12 -0400, Peter Eisentraut wrote: > > 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

Re: Add command column to pg_stat_progress_create_index

2019-05-28 Thread Michael Paquier
On Mon, May 27, 2019 at 11:20:28AM -0700, Andres Freund wrote: > On 2019-05-27 14:18:12 -0400, Peter Eisentraut wrote: >> 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

Re: Add command column to pg_stat_progress_create_index

2019-05-27 Thread Fabrízio de Royes Mello
On Mon, May 27, 2019 at 4:51 PM Alvaro Herrera wrote: > > On 2019-May-27, Peter Eisentraut wrote: > > > 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 i

Re: Add command column to pg_stat_progress_create_index

2019-05-27 Thread Alvaro Herrera
On 2019-May-27, Peter Eisentraut wrote: > 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

Re: Add command column to pg_stat_progress_create_index

2019-05-27 Thread Andres Freund
Hi, On 2019-05-27 14:18:12 -0400, Peter Eisentraut wrote: > 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

Add command column to pg_stat_progress_create_index

2019-05-27 Thread Peter Eisentraut
2019 14:06:17 -0400 Subject: [PATCH] Add command column to pg_stat_progress_create_index This allows determining which command is running, similar to pg_stat_progress_cluster. --- doc/src/sgml/monitoring.sgml | 11 ++- src/backend/catalog/index.c | 2 ++ src/b