Re: Autogenerate some wait events code and documentation - Mailing list pgsql-hackers

From Drouvot, Bertrand
Subject Re: Autogenerate some wait events code and documentation
Date
Msg-id 106e8d0a-0820-687a-7da5-3143e1f5b05b@gmail.com
Whole thread Raw
In response to Re: Autogenerate some wait events code and documentation  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Autogenerate some wait events code and documentation
List pgsql-hackers
Hi,

On 5/6/23 4:37 AM, Michael Paquier wrote:
> On Sat, May 06, 2023 at 11:23:17AM +0900, Michael Paquier wrote:
>>> I'll look at v7 when the v17 branch opens and propose the separate patch
>>> mentioned above at that time too.
>>
>> Thanks, again.
> 
> By the way, while browsing through the patch, I have noticed two
> things:
> - The ordering of the items for Lock and LWLock is incorrect.

Oh right, fixed in V8 attached (moved the sort on the third column
instead of the second which has always the same content "WAIT_EVENT_DOCONLY"
for Lock and LWLock).

> - We are missing some of the LWLock entries, like CommitTsBuffer,
> XactBuffer or WALInsert, as of all the entries in
> BuiltinTrancheNames.
> 

Yeah, my bad. Fixed in V8 attached.

> My apologies for not noticing that earlier.  This exists in v6 as much
> as v7.

No problem at all and thanks for the call out!

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com
Attachment

pgsql-hackers by date:

Previous
From: MARK CALLAGHAN
Date:
Subject: Re: Large files for relations
Next
From: Robert Haas
Date:
Subject: Re: Large files for relations