]> granicus.if.org Git - postgresql/commit
Add command column to pg_stat_progress_create_index
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 4 Jun 2019 07:16:02 +0000 (09:16 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 4 Jun 2019 07:29:02 +0000 (09:29 +0200)
commitc880096dc1e14b62610aa34bc98db226fa134260
treee9d32556ed70c73d8e5ae38321ec10688d845b7d
parent041a2642e51eb008351435709dcb054760a43bb9
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
doc/src/sgml/monitoring.sgml
src/backend/catalog/index.c
src/backend/catalog/system_views.sql
src/backend/commands/indexcmds.c
src/include/catalog/catversion.h
src/include/commands/progress.h
src/test/regress/expected/rules.out