Add command column to pg_stat_progress_create_index
Peter Eisentraut <peter@eisentraut.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/monitoring.sgml | modified | +10 −1 |
| src/backend/catalog/index.c | modified | +2 −0 |
| src/backend/catalog/system_views.sql | modified | +5 −0 |
| src/backend/commands/indexcmds.c | modified | +8 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/commands/progress.h | modified | +7 −0 |
| src/test/regress/expected/rules.out | modified | +7 −0 |
Documentation touched
Discussion
- Add command column to pg_stat_progress_create_index 7 messages · 2019-05-27 → 2019-06-04