PostgreSQL Source Code  git master
LOCK Struct Reference

#include <lock.h>

Data Fields

LOCKTAG tag
 
LOCKMASK grantMask
 
LOCKMASK waitMask
 
dlist_head procLocks
 
dclist_head waitProcs
 
int requested [MAX_LOCKMODES]
 
int nRequested
 
int granted [MAX_LOCKMODES]
 
int nGranted
 

Detailed Description

Definition at line 308 of file lock.h.

Field Documentation

◆ granted

◆ grantMask

◆ nGranted

◆ nRequested

◆ procLocks

◆ requested

◆ tag

◆ waitMask

◆ waitProcs


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