|
PostgreSQL Source Code git master
|
#include <lock.h>
Data Fields | |
| LOCKTAG | locktag |
| LOCKMASK | holdMask |
| LOCKMODE | waitLockMode |
| VirtualTransactionId | vxid |
| TimestampTz | waitStart |
| int | pid |
| int | leaderPid |
| bool | fastpath |
| LOCKMASK LockInstanceData::holdMask |
Definition at line 457 of file lock.h.
Referenced by pg_lock_status().
| VirtualTransactionId LockInstanceData::vxid |
| TimestampTz LockInstanceData::waitStart |