|
PostgreSQL Source Code git master
|
Data Fields | |
| LockData * | lockData |
| int | currIdx |
| PredicateLockData * | predLockData |
| int | predLockIdx |
Definition at line 57 of file lockfuncs.c.
| int PG_Lock_Status::currIdx |
Definition at line 60 of file lockfuncs.c.
Referenced by pg_lock_status().
| LockData* PG_Lock_Status::lockData |
Definition at line 59 of file lockfuncs.c.
Referenced by pg_lock_status().
| PredicateLockData* PG_Lock_Status::predLockData |
Definition at line 61 of file lockfuncs.c.
Referenced by pg_lock_status().
| int PG_Lock_Status::predLockIdx |
Definition at line 62 of file lockfuncs.c.
Referenced by pg_lock_status().