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