PostgreSQL Source Code git master
Loading...
Searching...
No Matches
LockMethodData Struct Reference

#include <lock.h>

Data Fields

int numLockModes
 
const LOCKMASKconflictTab
 
const char *constlockModeNames
 
const booltrace_flag
 

Detailed Description

Definition at line 110 of file lock.h.

Field Documentation

◆ conflictTab

const LOCKMASK* LockMethodData::conflictTab

Definition at line 113 of file lock.h.

◆ lockModeNames

const char* const* LockMethodData::lockModeNames

Definition at line 114 of file lock.h.

Referenced by GetLockmodeName().

◆ numLockModes

int LockMethodData::numLockModes

Definition at line 112 of file lock.h.

◆ trace_flag

const bool* LockMethodData::trace_flag

Definition at line 115 of file lock.h.


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