diff options
Diffstat (limited to 'doc/src/sgml/monitoring.sgml')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 2ae24127a8..7ab4424bf1 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1701,11 +1701,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser the outer relation.</entry> </row> <row> - <entry><literal>HashGrowBatchesAllocate</literal></entry> - <entry>Waiting for an elected Parallel Hash participant to allocate more - batches.</entry> - </row> - <row> <entry><literal>HashGrowBatchesDecide</literal></entry> <entry>Waiting to elect a Parallel Hash participant to decide on future batch growth.</entry> @@ -1721,21 +1716,26 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser future batch growth.</entry> </row> <row> + <entry><literal>HashGrowBatchesReallocate</literal></entry> + <entry>Waiting for an elected Parallel Hash participant to allocate more + batches.</entry> + </row> + <row> <entry><literal>HashGrowBatchesRepartition</literal></entry> <entry>Waiting for other Parallel Hash participants to finish repartitioning.</entry> </row> <row> - <entry><literal>HashGrowBucketsAllocate</literal></entry> - <entry>Waiting for an elected Parallel Hash participant to finish - allocating more buckets.</entry> - </row> - <row> <entry><literal>HashGrowBucketsElect</literal></entry> <entry>Waiting to elect a Parallel Hash participant to allocate more buckets.</entry> </row> <row> + <entry><literal>HashGrowBucketsReallocate</literal></entry> + <entry>Waiting for an elected Parallel Hash participant to finish + allocating more buckets.</entry> + </row> + <row> <entry><literal>HashGrowBucketsReinsert</literal></entry> <entry>Waiting for other Parallel Hash participants to finish inserting tuples into new buckets.</entry> |