PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
NamedLWLockTrancheRequest Struct Reference

Data Fields

char tranche_name [NAMEDATALEN]
 
int num_lwlocks
 

Detailed Description

Definition at line 220 of file lwlock.c.

Field Documentation

◆ num_lwlocks

int NamedLWLockTrancheRequest::num_lwlocks

Definition at line 223 of file lwlock.c.

Referenced by GetNamedLWLockTranche(), InitializeLWLocks(), and RequestNamedLWLockTranche().

◆ tranche_name

char NamedLWLockTrancheRequest::tranche_name[NAMEDATALEN]

Definition at line 222 of file lwlock.c.

Referenced by InitializeLWLocks(), and RequestNamedLWLockTranche().


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