Remove double quotes from the second column of wait_event_names.txt
commit183a60a628fec074372e7a53d5006c18bd7a8e53
authorMichael Paquier <michael@paquier.xyz>
Thu, 13 Jul 2023 23:55:11 +0000 (14 08:55 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 13 Jul 2023 23:55:11 +0000 (14 08:55 +0900)
tree6594c3112fe8b3a4343024d45b62a01cb00c4404
parentc66a7d75e652801043ece99b6a8f89fd9513eaaa
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
src/backend/utils/activity/generate-wait_event_types.pl
src/backend/utils/activity/wait_event_names.txt