forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1766118
committed
doc: Mention that partitions_{done,total} is 0 for REINDEX progress reports
REINDEX has recently gained support for partitions, so it can beconfusing to see those fields not being set. Making useful reports forfor such relations is more complicated than it looks with the currentset of columns available in pg_stat_progress_create_index, and thistouches equally REINDEX DATABASE/SYSTEM/SCHEMA. This commit documentsthat those two columns are not touched during a REINDEX.Reported-by: Justin PryzbyDiscussion:https://postgr.es/m/20210216064214.GI28165@telsasoft.com1 parenta899ec1 commit1766118
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
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
Comments
(0)