Re: Autogenerate some wait events code and documentation

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: "Drouvot, Bertrand" <bertranddrouvot(dot)pg(at)gmail(dot)com>
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:20:40
Message-ID: ZKuVKPB+rwYH5cuw@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Drouvot, Bertrand 2023-07-10 05:52:23 Re: Autogenerate some wait events code and documentation
Previous Message Michael Paquier 2023-07-10 05:17:39 Re: Add hint message for check_log_destination()