PostgreSQL Source Code  git master
NamedLWLockTrancheRequest Struct Reference

Data Fields

char tranche_name [NAMEDATALEN]
 
int num_lwlocks
 

Detailed Description

Definition at line 212 of file lwlock.c.

Field Documentation

◆ num_lwlocks

int NamedLWLockTrancheRequest::num_lwlocks

Definition at line 215 of file lwlock.c.

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

◆ tranche_name

char NamedLWLockTrancheRequest::tranche_name[NAMEDATALEN]

Definition at line 214 of file lwlock.c.

Referenced by InitializeLWLocks(), and RequestNamedLWLockTranche().


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