PostgreSQL Source Code  git master
XactLockTableWaitInfo Struct Reference

Data Fields

XLTW_Oper oper
 
Relation rel
 
ItemPointer ctid
 

Detailed Description

Definition at line 55 of file lmgr.c.

Field Documentation

◆ ctid

ItemPointer XactLockTableWaitInfo::ctid

Definition at line 59 of file lmgr.c.

Referenced by XactLockTableWait(), and XactLockTableWaitErrorCb().

◆ oper

XLTW_Oper XactLockTableWaitInfo::oper

Definition at line 57 of file lmgr.c.

Referenced by XactLockTableWait(), and XactLockTableWaitErrorCb().

◆ rel

Relation XactLockTableWaitInfo::rel

Definition at line 58 of file lmgr.c.

Referenced by XactLockTableWait(), and XactLockTableWaitErrorCb().


The documentation for this struct was generated from the following file: