Unordered wait event ClogGroupUpdate - Mailing list pgsql-hackers

From Michael Paquier
Subject Unordered wait event ClogGroupUpdate
Date
Msg-id 20181024002539.GI1658@paquier.xyz
Whole thread Raw
Responses Re: Unordered wait event ClogGroupUpdate  (Kuntal Ghosh <kuntalghosh.2007@gmail.com>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [HACKERS] Transactions involving multiple postgres foreignservers, take 2
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Optimze usage of immutable functions as relation