Create a distinct wait event for POSIX DSM allocation.

Thomas Munro <tmunro@postgresql.org>

Commit: 7bae3bbf62d63cdd49ae4ca4a851cef0cdbe6ab5
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2022-07-14T11:56:28Z
Releases: 16.0
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.de

Files

Documentation touched

Discussion