![[wl_io_lockfilecreateread.png|256]]
- **Description**: Waiting for an OS read operation (`read()`) while creating
the data directory lock file (`postmaster.pid`). The server relies on careful
POSIX file locking (`fcntl()`) to ensure absolute exclusive ownership of the
data directory.
- **Resources**: [[Disk IO]], [[CPU]]