PostgreSQL Source Code  git master
LOCALLOCKOWNER Struct Reference

#include <lock.h>

Data Fields

struct ResourceOwnerDataowner
 
int64 nLocks
 

Detailed Description

Definition at line 414 of file lock.h.

Field Documentation

◆ nLocks

int64 LOCALLOCKOWNER::nLocks

Definition at line 423 of file lock.h.

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

◆ owner

struct ResourceOwnerData* LOCALLOCKOWNER::owner

Definition at line 422 of file lock.h.

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


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