Commit 1766118
committed
doc: Mention that partitions_{done,total} is 0 for REINDEX progress reports
REINDEX has recently gained support for partitions, so it can be
confusing to see those fields not being set. Making useful reports for
for such relations is more complicated than it looks with the current
set of columns available in pg_stat_progress_create_index, and this
touches equally REINDEX DATABASE/SYSTEM/SCHEMA. This commit documents
that those two columns are not touched during a REINDEX.
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20210216064214.GI28165@telsasoft.com1 parent a899ec1 commit 1766118
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5716 | 5716 | | |
5717 | 5717 | | |
5718 | 5718 | | |
| 5719 | + | |
5719 | 5720 | | |
5720 | 5721 | | |
5721 | 5722 | | |
| |||
5726 | 5727 | | |
5727 | 5728 | | |
5728 | 5729 | | |
| 5730 | + | |
5729 | 5731 | | |
5730 | 5732 | | |
5731 | 5733 | | |
| |||
0 commit comments