PostgreSQL Source Code: LockData Struct Reference (original) (raw)
#include <[lock.h](lock%5F8h%5Fsource.html)>
Data Fields | |
---|---|
int | nelements |
LockInstanceData * | locks |
Detailed Description
Definition at line 466 of file lock.h.
Field Documentation
◆ locks
LockInstanceData* LockData::locks
Definition at line 469 of file lock.h.
Referenced by pg_lock_status().
◆ nelements
int LockData::nelements
Definition at line 468 of file lock.h.
Referenced by pg_lock_status().
The documentation for this struct was generated from the following file:
- src/include/storage/lock.h