PostgreSQL Source Code
git master
|
Data Fields | |
TransactionId | xid |
List * | locks |
List* RecoveryLockListsEntry::locks |
Definition at line 67 of file standby.c.
Referenced by StandbyAcquireAccessExclusiveLock(), StandbyReleaseAllLocks(), StandbyReleaseLocks(), and StandbyReleaseOldLocks().
TransactionId RecoveryLockListsEntry::xid |
Definition at line 66 of file standby.c.
Referenced by StandbyAcquireAccessExclusiveLock(), and StandbyReleaseOldLocks().