From: | "Drouvot, Bertrand" <bertranddrouvot(dot)pg(at)gmail(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Autogenerate some wait events code and documentation |
Date: | 2023-05-17 09:10:21 |
Message-ID: | 69588eaf-02d7-95a8-0da4-3e120de16a59@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
On 5/17/23 10:14 AM, Michael Paquier wrote:
> On Wed, May 17, 2023 at 08:31:53AM +0200, Drouvot, Bertrand wrote:
>> Did it that way in V9 attached and the sorting does look like what
>> we expect now.
>
> Yes, the order of the items in the individual tables is fine, but this
> is still a bit incorrect for the classes? Note that the tables for
> the LWLock and Lock are still in reverse order :)
Sorry did not pay enough attention to it ;-(
> +foreach $waitclass (sort keys %hashwe)
>
> Meaning that you may want to add an extra case-insensitive rule for
> the sorting on this line for the SGML docs (also the C part, I guess,
> but we care less).
Yeap, done in V10 for sgml and the C part too (for consistency).
>> Agree, V9 does now apply on top of v2-0001-Introducing-WAIT_EVENT_EXTENSION-and-WAIT_EVENT_B.patch
>> (just shared in [1]).
>
> If you don't send both patches in the same message the CF bot is going
> to complain as v9-0001 is not able to apply independently of the other
> patch v2-0001 on the other thread
Yeah, good point, attaching both here to keep the CF bot happy.
Regards,
--
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com
Attachment | Content-Type | Size |
---|---|---|
v10-0002-Generating-wait_event_types.h-pgstat_wait_event..patch | text/plain | 120.9 KB |
v10-0001-Introducing-WAIT_EVENT_EXTENSION-and-WAIT_EVENT_.patch | text/plain | 10.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Lakhin | 2023-05-17 10:00:00 | Re: benchmark results comparing versions 15.2 and 16 |
Previous Message | Tomas Vondra | 2023-05-17 08:59:02 | Re: Add LZ4 compression in pg_dump |