PostgreSQL Source Code: LockInstanceData Struct Reference (original) (raw)
#include <[lock.h](lock%5F8h%5Fsource.html)>
| Data Fields | |
|---|---|
| LOCKTAG | locktag |
| LOCKMASK | holdMask |
| LOCKMODE | waitLockMode |
| VirtualTransactionId | vxid |
| TimestampTz | waitStart |
| int | pid |
| int | leaderPid |
| bool | fastpath |
Detailed Description
Definition at line 454 of file lock.h.
Field Documentation
◆ fastpath
bool LockInstanceData::fastpath
◆ holdMask
◆ leaderPid
int LockInstanceData::leaderPid
◆ locktag
◆ pid
int LockInstanceData::pid
◆ vxid
◆ waitLockMode
◆ waitStart
The documentation for this struct was generated from the following file:
- src/include/storage/lock.h