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

Commit18e3e29

Browse files
Fix a couple of wait event descriptions.
The descriptions for ProcArrayGroupUpdate and XactGroupUpdate claimthat these events mean we are waiting for the group leader "at endof a parallel operation," but neither pertains to paralleloperations. This commit reverts these descriptions to theirwording before commit3048898, i.e., "end of a paralleloperation" is changed to "transaction end."Author: Sameer KumarReviewed-by: Amit KapilaDiscussion:https://postgr.es/m/CAGPeHmh6UMrKQHKCmX%2B5vV5TH9P%3DKw9en3k68qEem6J%3DyrZPUA%40mail.gmail.comBackpatch-through: 13
1 parentc9aa6f4 commit18e3e29

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)

[8]ページ先頭

©2009-2025 Movatter.jp