pgsql: Remove double quotes from the second column of wait_event_names.

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove double quotes from the second column of wait_event_names.
Date: 2023-07-14 00:02:15
Message-ID: E1qK6GF-000F7t-Nz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove double quotes from the second column of wait_event_names.txt

The double quotes used for the wait event names are not required, as
the values quoted are made of single words. The files generated by
generate-wait_event_types.pl (pgstat_wait_event.c, wait_event_types.h
and wait_event_types.sgml) are exactly the same before and after this
commit, hence the wait event names and the enum elements have the same
names as before.

Discussion: https://postgr.es/m/ZK9S3jFEV1X797Ll@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/183a60a628fec074372e7a53d5006c18bd7a8e53

Modified Files
--------------
.../utils/activity/generate-wait_event_types.pl | 8 +-
src/backend/utils/activity/wait_event_names.txt | 492 ++++++++++-----------
2 files changed, 251 insertions(+), 249 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-07-14 00:09:42 pgsql: Add information about line contents on parsing failure of wait_e
Previous Message Andres Freund 2023-07-13 20:29:40 pgsql: Release lock after encountering bogs row in vac_truncate_clog()