Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1766118

Browse files
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.com
1 parenta899ec1 commit1766118

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5716,6 +5716,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
57165716
<para>
57175717
When creating an index on a partitioned table, this column is set to
57185718
the total number of partitions on which the index is to be created.
5719+
This field is <literal>0</literal> during a <literal>REINDEX</literal>.
57195720
</para></entry>
57205721
</row>
57215722

@@ -5726,6 +5727,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
57265727
<para>
57275728
When creating an index on a partitioned table, this column is set to
57285729
the number of partitions on which the index has been completed.
5730+
This field is <literal>0</literal> during a <literal>REINDEX</literal>.
57295731
</para></entry>
57305732
</row>
57315733
</tbody>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp