Skip to content

Commit 18e3e29

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 c9aa6f4 commit 18e3e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
16651665
<row>
16661666
<entry><literal>ProcArrayGroupUpdate</literal></entry>
16671667
<entry>Waiting for the group leader to clear the transaction ID at
1668-
end of a parallel operation.</entry>
1668+
transaction end.</entry>
16691669
</row>
16701670
<row>
16711671
<entry><literal>ProcSignalBarrier</literal></entry>
@@ -1713,7 +1713,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
17131713
<row>
17141714
<entry><literal>XactGroupUpdate</literal></entry>
17151715
<entry>Waiting for the group leader to update transaction status at
1716-
end of a parallel operation.</entry>
1716+
transaction end.</entry>
17171717
</row>
17181718
</tbody>
17191719
</tgroup>

0 commit comments

Comments
 (0)