Re: Unordered wait event ClogGroupUpdate
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Kuntal Ghosh <kuntalghosh.2007@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-10-24T05:18:23Z
Lists: pgsql-hackers
On Wed, Oct 24, 2018 at 10:25:37AM +0530, Kuntal Ghosh wrote: > That's a valid argument. Additionally, I've found > WAIT_EVENT_HASH_GROW_BUCKETS_ALLOCATING and > WAIT_EVENT_HASH_GROW_BATCHES_ALLOCATING are added in a > non-alphabetical order in WaitEventIPC enum. Indeed, thanks for double-checking. And those ones are also incorrect after another lookup: - WAIT_EVENT_PARALLEL_FINISH - WAIT_EVENT_HASH_GROW_BATCHES_DECIDING - WAIT_EVENT_LOGICAL_APPLY_MAIN I don't see more of them.. -- Michael
Commits
-
List wait events in alphabetical order
- 5ef037cf0b9e 12.0 landed