Remove column for wait event names in wait_event_names.txt
commit59cbf60c0f2b5723ce4a939077c99bf4e4c433d3
authorMichael Paquier <michael@paquier.xyz>
Wed, 6 Sep 2023 01:27:02 +0000 (6 10:27 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 6 Sep 2023 01:27:02 +0000 (6 10:27 +0900)
tree313be67cd8a2a6b644ea3049142caf3086db4f92
parent414f6c0fb79a23afa63bfd27375dbd688031dfd1
Remove column for wait event names in wait_event_names.txt

This file is now made of two columns, removing the column listing the
user-visible strings used in the system views and the documentation:
- Enum definitions for each class without the prefix "WAIT_EVENT_", so
as this information can be grepped in the code and wait_event_names.txt
at the same time.
- Description in the documentation.

The wait event names are now generated from the enum objects in
CamelCase, with the underscores removed.  The data generated for wait
events is consistent with what was produced by 414f6c0fb79a.

This has the advantage to remove WAIT_EVENT_DOCONLY, which was a
placeholder for the wait event types Lock and LWLock as these two only
require the generation of the documentation.

Reviewed-by: Bertrand Drouvot
Discussion: https://postgr.es/m/ZOxVHQwEC/9X/p/z@paquier.xyz
src/backend/utils/activity/generate-wait_event_types.pl
src/backend/utils/activity/wait_event_names.txt