forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7bae3bb
committed
Create a distinct wait event for POSIX DSM allocation.
Previously we displayed "DSMFillZeroWrite" while in posix_fallocate(),because we shared the same wait event for "mmap" and "posix" DSM types.Let's introduce a new wait event "DSMAllocate", to be more accurate.Reported-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/20220711174518.yldckniicknsxgzl%40awork3.anarazel.de1 parent712704d commit7bae3bb
File tree
4 files changed
+10
-1
lines changed- doc/src/sgml
- src
- backend
- storage/ipc
- utils/activity
- include/utils
4 files changed
+10
-1
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1296 | 1296 |
| |
1297 | 1297 |
| |
1298 | 1298 |
| |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
1299 | 1304 |
| |
1300 | 1305 |
| |
1301 | 1306 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 |
| - | |
| 367 | + | |
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
585 | 585 |
| |
586 | 586 |
| |
587 | 587 |
| |
| 588 | + | |
| 589 | + | |
| 590 | + | |
588 | 591 |
| |
589 | 592 |
| |
590 | 593 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
| 181 | + | |
181 | 182 |
| |
182 | 183 |
| |
183 | 184 |
| |
|
0 commit comments
Comments
(0)