Re: Add command column to pg_stat_progress_create_index
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-05-27T18:20:28Z
Lists: pgsql-hackers
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 seems reasonable to keep these views > consistent, too. (They are both new in PG12.) Patch attached. Seems like we should do that for v12 then? Greetings, Andres Freund
Commits
-
Add command column to pg_stat_progress_create_index
- c880096dc1e1 12.0 landed