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

Data Fields

TransactionId xid
 
struct RecoveryLockEntryhead
 

Detailed Description

Definition at line 58 of file standby.c.

Field Documentation

◆ head

struct RecoveryLockEntry* RecoveryLockXidEntry::head

Definition at line 61 of file standby.c.

Referenced by StandbyAcquireAccessExclusiveLock(), and StandbyReleaseXidEntryLocks().

◆ xid

TransactionId RecoveryLockXidEntry::xid

Definition at line 60 of file standby.c.

Referenced by StandbyAcquireAccessExclusiveLock(), and StandbyReleaseOldLocks().


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