forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit59cbf60
committed
Remove column for wait event names in wait_event_names.txt
This file is now made of two columns, removing the column listing theuser-visible strings used in the system views and the documentation:- Enum definitions for each class without the prefix "WAIT_EVENT_", soas this information can be grepped in the code and wait_event_names.txtat the same time.- Description in the documentation.The wait event names are now generated from the enum objects inCamelCase, with the underscores removed. The data generated for waitevents is consistent with what was produced by414f6c0.This has the advantage to remove WAIT_EVENT_DOCONLY, which was aplaceholder for the wait event types Lock and LWLock as these two onlyrequire the generation of the documentation.Reviewed-by: Bertrand DrouvotDiscussion:https://postgr.es/m/ZOxVHQwEC/9X/p/z@paquier.xyz1 parent414f6c0 commit59cbf60
File tree
2 files changed
+279
-263
lines changed- src/backend/utils/activity
2 files changed
+279
-263
lines changedLines changed: 28 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
| 79 | + | |
| 80 | + | |
83 | 81 |
| |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
84 | 105 |
| |
85 | 106 |
| |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 | 107 |
| |
92 | 108 |
| |
93 | 109 |
| |
|
0 commit comments
Comments
(0)