Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

LOCK Struct Reference

#include <lock.h>

Data Fields

LOCKTAG tag
LOCKMASK grantMask
LOCKMASK waitMask
SHM_QUEUE procLocks
PROC_QUEUE waitProcs
int requested [MAX_LOCKMODES]
int nRequested
int granted [MAX_LOCKMODES]
int nGranted

Detailed Description

Definition at line 299 of file lock.h.


Field Documentation

int LOCK::granted[MAX_LOCKMODES]
int LOCK::requested[MAX_LOCKMODES]

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