PostgreSQL Source Code  git master
PROCLOCK Struct Reference

#include <lock.h>

Data Fields

PROCLOCKTAG tag
 
PGPROCgroupLeader
 
LOCKMASK holdMask
 
LOCKMASK releaseMask
 
dlist_node lockLink
 
dlist_node procLink
 

Detailed Description

Definition at line 369 of file lock.h.

Field Documentation

◆ groupLeader

◆ holdMask

◆ lockLink

dlist_node PROCLOCK::lockLink

Definition at line 378 of file lock.h.

Referenced by CleanUpLock(), lock_twophase_recover(), LockAcquireExtended(), and SetupLockInTable().

◆ procLink

dlist_node PROCLOCK::procLink

◆ releaseMask

LOCKMASK PROCLOCK::releaseMask

Definition at line 377 of file lock.h.

Referenced by lock_twophase_recover(), LockReleaseAll(), PostPrepare_Locks(), and SetupLockInTable().

◆ tag


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