PostgreSQL Source Code: XactLockTableWaitInfo Struct Reference (original) (raw)
| Data Fields | |
|---|---|
| XLTW_Oper | oper |
| Relation | rel |
| const ItemPointerData * | ctid |
Detailed Description
Definition at line 54 of file lmgr.c.
Field Documentation
◆ ctid
const ItemPointerData* XactLockTableWaitInfo::ctid
Definition at line 58 of file lmgr.c.
Referenced by XactLockTableWait(), and XactLockTableWaitErrorCb().
◆ oper
XLTW_Oper XactLockTableWaitInfo::oper
Definition at line 56 of file lmgr.c.
Referenced by XactLockTableWait(), and XactLockTableWaitErrorCb().
◆ rel
Relation XactLockTableWaitInfo::rel
Definition at line 57 of file lmgr.c.
Referenced by XactLockTableWait(), and XactLockTableWaitErrorCb().
The documentation for this struct was generated from the following file:
- src/backend/storage/lmgr/lmgr.c