Skip to content

Commit 5d91706

Browse files
Fix a couple of wait event descriptions.
The descriptions for ProcArrayGroupUpdate and XactGroupUpdate claim that these events mean we are waiting for the group leader "at end of a parallel operation," but neither pertains to parallel operations. This commit reverts these descriptions to their wording before commit 3048898, i.e., "end of a parallel operation" is changed to "transaction end." Author: Sameer Kumar Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/CAGPeHmh6UMrKQHKCmX%2B5vV5TH9P%3DKw9en3k68qEem6J%3DyrZPUA%40mail.gmail.com Backpatch-through: 13
1 parent e51160f commit 5d91706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/monitoring.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
17701770
<row>
17711771
<entry><literal>ProcArrayGroupUpdate</literal></entry>
17721772
<entry>Waiting for the group leader to clear the transaction ID at
1773-
end of a parallel operation.</entry>
1773+
transaction end.</entry>
17741774
</row>
17751775
<row>
17761776
<entry><literal>ProcSignalBarrier</literal></entry>
@@ -1837,7 +1837,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
18371837
<row>
18381838
<entry><literal>XactGroupUpdate</literal></entry>
18391839
<entry>Waiting for the group leader to update transaction status at
1840-
end of a parallel operation.</entry>
1840+
transaction end.</entry>
18411841
</row>
18421842
</tbody>
18431843
</tgroup>

0 commit comments

Comments
 (0)