PostgreSQL Source Code  git master
PG_Lock_Status Struct Reference

Data Fields

LockDatalockData
 
int currIdx
 
PredicateLockDatapredLockData
 
int predLockIdx
 

Detailed Description

Definition at line 58 of file lockfuncs.c.

Field Documentation

◆ currIdx

int PG_Lock_Status::currIdx

Definition at line 61 of file lockfuncs.c.

Referenced by pg_lock_status().

◆ lockData

LockData* PG_Lock_Status::lockData

Definition at line 60 of file lockfuncs.c.

Referenced by pg_lock_status().

◆ predLockData

PredicateLockData* PG_Lock_Status::predLockData

Definition at line 62 of file lockfuncs.c.

Referenced by pg_lock_status().

◆ predLockIdx

int PG_Lock_Status::predLockIdx

Definition at line 63 of file lockfuncs.c.

Referenced by pg_lock_status().


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