Re: Add command column to pg_stat_progress_create_index
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Andres Freund <andres@anarazel.de>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-05-28T10:40:00Z
Lists: pgsql-hackers
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 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? +1. -- Michael
Commits
-
Add command column to pg_stat_progress_create_index
- c880096dc1e1 12.0 landed