pgsql: Add command column to pg_stat_progress_create_index

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add command column to pg_stat_progress_create_index
Date: 2019-06-04 07:34:54
Message-ID: E1hY3yA-0005D3-0t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add command column to pg_stat_progress_create_index

This allows determining which command is running, similar to
pg_stat_progress_cluster.

Discussion: https://www.postgresql.org/message-id/flat/f0e56b3b-74b7-6cbc-e207-a5ed6bee18dc%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c880096dc1e14b62610aa34bc98db226fa134260

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 11 ++++++++++-
src/backend/catalog/index.c | 2 ++
src/backend/catalog/system_views.sql | 5 +++++
src/backend/commands/indexcmds.c | 8 ++++++++
src/include/catalog/catversion.h | 2 +-
src/include/commands/progress.h | 7 +++++++
src/test/regress/expected/rules.out | 7 +++++++
7 files changed, 40 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2019-06-04 08:57:35 UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.)
Previous Message Michael Paquier 2019-06-04 01:29:19 Re: pgsql: Fix contrib/auto_explain to not cause problems in parallel worke