| From: | "Drouvot, Bertrand" <bertranddrouvot(dot)pg(at)gmail(dot)com> |
|---|---|
| To: | Michael Paquier <michael(at)paquier(dot)xyz> |
| Cc: | Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Autogenerate some wait events code and documentation |
| Date: | 2023-07-10 05:52:23 |
| Message-ID: | e318fee2-ab72-9d71-6b8b-c99753f4cecc@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 7/10/23 7:20 AM, Michael Paquier wrote:
> On Mon, Jul 10, 2023 at 07:05:30AM +0200, Drouvot, Bertrand wrote:
>> Yeah there is one in generate-wait_event_types.pl. I was wondering
>> to add one in wait_event_names.txt too (as this is the place where
>> no wait events would be added if any).
>
> Hmm. Something like that could be done, for instance:
>
> # src/backend/utils/activity/wait_event_types.h
> -# typedef enum definitions for wait events.
> +# typedef enum definitions for wait events, generated from the first
> +# field.
Yeah, it looks a good place for it.
Regards,
--
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Zhijie Hou (Fujitsu) | 2023-07-10 06:04:48 | RE: Support logical replication of DDLs |
| Previous Message | Michael Paquier | 2023-07-10 05:20:40 | Re: Autogenerate some wait events code and documentation |