PostgreSQL Source Code
git master
|
#include <standbydefs.h>
Data Fields | |
int | xcnt |
int | subxcnt |
bool | subxid_overflow |
TransactionId | nextXid |
TransactionId | oldestRunningXid |
TransactionId | latestCompletedXid |
TransactionId | xids [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 47 of file standbydefs.h.
TransactionId xl_running_xacts::latestCompletedXid |
Definition at line 54 of file standbydefs.h.
Referenced by LogCurrentRunningXacts(), standby_desc_running_xacts(), and standby_redo().
TransactionId xl_running_xacts::nextXid |
Definition at line 52 of file standbydefs.h.
Referenced by LogCurrentRunningXacts(), SnapBuildFindSnapshot(), standby_desc_running_xacts(), and standby_redo().
TransactionId xl_running_xacts::oldestRunningXid |
Definition at line 53 of file standbydefs.h.
Referenced by LogCurrentRunningXacts(), SnapBuildFindSnapshot(), SnapBuildProcessRunningXacts(), standby_decode(), standby_desc_running_xacts(), and standby_redo().
int xl_running_xacts::subxcnt |
Definition at line 50 of file standbydefs.h.
Referenced by LogCurrentRunningXacts(), standby_desc_running_xacts(), and standby_redo().
bool xl_running_xacts::subxid_overflow |
Definition at line 51 of file standbydefs.h.
Referenced by LogCurrentRunningXacts(), standby_desc_running_xacts(), and standby_redo().
int xl_running_xacts::xcnt |
Definition at line 49 of file standbydefs.h.
Referenced by LogCurrentRunningXacts(), SnapBuildFindSnapshot(), SnapBuildWaitSnapshot(), standby_desc_running_xacts(), and standby_redo().
TransactionId xl_running_xacts::xids[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 56 of file standbydefs.h.
Referenced by SnapBuildWaitSnapshot(), standby_desc_running_xacts(), and standby_redo().