PostgreSQL Source Code git master
Loading...
Searching...
No Matches
xl_standby_lock Struct Reference

#include <lockdefs.h>

Data Fields

TransactionId xid
 
Oid dbOid
 
Oid relOid
 

Detailed Description

Definition at line 51 of file lockdefs.h.

Field Documentation

◆ dbOid

Oid xl_standby_lock::dbOid

Definition at line 54 of file lockdefs.h.

Referenced by StandbyAcquireAccessExclusiveLock(), and StandbyReleaseXidEntryLocks().

◆ relOid

Oid xl_standby_lock::relOid

Definition at line 55 of file lockdefs.h.

Referenced by StandbyAcquireAccessExclusiveLock(), and StandbyReleaseXidEntryLocks().

◆ xid

TransactionId xl_standby_lock::xid

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