PostgreSQL Source Code
git master
|
Data Fields | |
char | tranche_name [NAMEDATALEN] |
int | num_lwlocks |
int NamedLWLockTrancheRequest::num_lwlocks |
Definition at line 212 of file lwlock.c.
Referenced by GetNamedLWLockTranche(), InitializeLWLocks(), and RequestNamedLWLockTranche().
char NamedLWLockTrancheRequest::tranche_name[NAMEDATALEN] |
Definition at line 211 of file lwlock.c.
Referenced by InitializeLWLocks(), and RequestNamedLWLockTranche().