pgsql: Fix a couple of wait event descriptions. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Fix a couple of wait event descriptions.
Date
Msg-id E1sgTq9-000dve-A2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 3048898e73, 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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5ff9b6b4d981a59236a89d33dea8bc253257ce2a

Modified Files
--------------
src/backend/utils/activity/wait_event_names.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add injection-point test for new multixact CV usage
Next
From: Jeff Davis
Date:
Subject: pgsql: Improve configure error for ICU libraries if pkg-config is absen