forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4fa8bd3
committed
Doc: split up wait_event table.
The previous design for this table didn't really work in narrow views,such as PDF output; besides which its reliance on large morerowsvalues made it a pain to maintain (cfab3e4fb, for example).I experimented with a couple of ways to fix it, but the best andsimplest is to split it up into a separate table for each eventtype category.I also rearranged the event ordering to be strictly alphabetical,as nobody would ever be able to find entries otherwise.There is work afoot to revise the set of event names describedin this table, but this commit just changes the layout, not thecontents.In passing, add a missing entry to pg_locks.locktype,and cross-reference that to the related wait event list.Discussion:https://postgr.es/m/6916.1589146280@sss.pgh.pa.us1 parenta042750 commit4fa8bd3
2 files changed
+1264
-1077
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10238 | 10238 |
| |
10239 | 10239 |
| |
10240 | 10240 |
| |
| 10241 | + | |
10241 | 10242 |
| |
10242 | 10243 |
| |
10243 |
| - | |
| 10244 | + | |
| 10245 | + | |
10244 | 10246 |
| |
10245 | 10247 |
| |
10246 | 10248 |
| |
|
0 commit comments
Comments
(0)