PostgreSQL Source Code: LOCALLOCKOWNER Struct Reference (original) (raw)

#include <[lock.h](lock%5F8h%5Fsource.html)>

Data Fields
struct ResourceOwnerData * owner
int64 nLocks

Detailed Description

Definition at line 415 of file lock.h.

Field Documentation

nLocks

int64 LOCALLOCKOWNER::nLocks

Definition at line 424 of file lock.h.

Referenced by GrantLockLocal(), LockReassignOwner(), LockReleaseAll(), and ReleaseLockIfHeld().

owner

struct ResourceOwnerData* LOCALLOCKOWNER::owner

Definition at line 423 of file lock.h.

Referenced by GrantLockLocal(), LockReassignOwner(), LockReleaseAll(), and RemoveLocalLock().


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