Fix badly generated entries in wait_event_names.txt

From: "Drouvot, Bertrand" <bertranddrouvot(dot)pg(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Fix badly generated entries in wait_event_names.txt
Date: 2023-08-07 08:34:43
Message-ID: e378989e-1899-643a-dec1-10f691a0a105@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

fa88928470 introduced src/backend/utils/activity/wait_event_names.txt that has
been auto-generated. The auto-generation had parsing errors leading to bad
entries in wait_event_names.txt (when the same "WAIT_EVENT" name can be found as
a substring of another one, then descriptions were merged in one of them).

Fixing those bad entries in the attached.

Regards,

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

Attachment Content-Type Size
v1-0001-Fix-badly-generated-entries-in-wait_event_names.t.patch text/plain 4.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2023-08-07 08:41:52 Re: Using defines for protocol characters
Previous Message Masahiko Sawada 2023-08-07 08:31:50 Re: [PoC] pg_upgrade: allow to upgrade publisher node