aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/file_utils.h
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-09-06 10:27:02 +0900
committerMichael Paquier <michael@paquier.xyz>2023-09-06 10:27:02 +0900
commit59cbf60c0f2b5723ce4a939077c99bf4e4c433d3 (patch)
tree313be67cd8a2a6b644ea3049142caf3086db4f92 /src/include/common/file_utils.h
parent414f6c0fb79a23afa63bfd27375dbd688031dfd1 (diff)
downloadpostgresql-59cbf60c0f2b5723ce4a939077c99bf4e4c433d3.tar.gz
postgresql-59cbf60c0f2b5723ce4a939077c99bf4e4c433d3.zip
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
Diffstat (limited to 'src/include/common/file_utils.h')
0 files changed, 0 insertions, 0 deletions