PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
RecoveryLockEntry Struct Reference

Data Fields

xl_standby_lock key
 
struct RecoveryLockEntrynext
 

Detailed Description

Definition at line 52 of file standby.c.

Field Documentation

◆ key

xl_standby_lock RecoveryLockEntry::key

Definition at line 54 of file standby.c.

Referenced by StandbyReleaseXidEntryLocks().

◆ next

struct RecoveryLockEntry* RecoveryLockEntry::next

Definition at line 55 of file standby.c.

Referenced by StandbyAcquireAccessExclusiveLock(), and StandbyReleaseXidEntryLocks().


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