forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7395a90
committed
Add WAIT_EVENT_{CLASS,ID}_MASK in wait_event.c
These are useful to extract the class ID and the event ID associated toa single uint32 wait_event_info. Only two code paths use them now, butan upcoming patch will extend their use.Discussion:https://postgr.es/m/ZMcJ7F7nkGkIs8zP@paquier.xyz1 parentf1e9f6b commit7395a90
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
| 43 | + | |
42 | 44 |
| |
43 | 45 |
| |
44 | 46 |
| |
| |||
82 | 84 |
| |
83 | 85 |
| |
84 | 86 |
| |
85 |
| - | |
| 87 | + | |
86 | 88 |
| |
87 | 89 |
| |
88 | 90 |
| |
| |||
138 | 140 |
| |
139 | 141 |
| |
140 | 142 |
| |
141 |
| - | |
142 |
| - | |
| 143 | + | |
| 144 | + | |
143 | 145 |
| |
144 | 146 |
| |
145 | 147 |
| |
|
0 commit comments
Comments
(0)