Remove double quotes from the second column of wait_event_names.txt
Michael Paquier <michael@paquier.xyz>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/activity/generate-wait_event_types.pl | modified | +5 −3 |
| src/backend/utils/activity/wait_event_names.txt | modified | +246 −246 |
Discussion
- Autogenerate some wait events code and documentation 77 messages · 2023-03-29 → 2024-04-05