PostgreSQL Source Code  git master
NamedLWLockTranche Struct Reference

#include <lwlock.h>

Data Fields

int trancheId
 
char * trancheName
 

Detailed Description

Definition at line 77 of file lwlock.h.

Field Documentation

◆ trancheId

int NamedLWLockTranche::trancheId

Definition at line 79 of file lwlock.h.

Referenced by InitializeLWLocks().

◆ trancheName

char* NamedLWLockTranche::trancheName

Definition at line 80 of file lwlock.h.

Referenced by InitializeLWLocks().


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