|
PostgreSQL Source Code git master
|
#include <lock.h>
Data Fields | |
| struct ResourceOwnerData * | owner |
| int64 | nLocks |
| int64 LOCALLOCKOWNER::nLocks |
Definition at line 425 of file lock.h.
Referenced by GrantLockLocal(), LockReassignOwner(), LockReleaseAll(), and ReleaseLockIfHeld().
| struct ResourceOwnerData* LOCALLOCKOWNER::owner |
Definition at line 424 of file lock.h.
Referenced by GrantLockLocal(), LockReassignOwner(), LockReleaseAll(), and RemoveLocalLock().