Unordered wait event ClogGroupUpdate
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@postgresql.org>
Date: 2018-10-24T00:25:39Z
Lists: pgsql-hackers
Attachments
- fix-clog-event.patch (text/x-diff) patch
Hi all, baaf272 has added support for group updates in clog, however it has added the wait event WAIT_EVENT_CLOG_GROUP_UPDATE in a non-alphabetical order. There are many events, so keeping things in order helps users in finding them. Are there any objections to the attached, which reorders things properly? This is a patch for HEAD, for v11 I propose to only fix the documentation side of things to avoid an ABI breakage. I checked the other wait events and things are in order. Thanks, -- Michael
Commits
-
List wait events in alphabetical order
- 5ef037cf0b9e 12.0 landed