|
PostgreSQL Source Code git master
|
#include <xact.h>
Data Fields | |
| int | nsubxacts |
| TransactionId | subxacts [FLEXIBLE_ARRAY_MEMBER] |
| int xl_xact_subxacts::nsubxacts |
Definition at line 264 of file xact.h.
Referenced by ParseAbortRecord(), ParseCommitRecord(), XactLogAbortRecord(), and XactLogCommitRecord().
| TransactionId xl_xact_subxacts::subxacts[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 265 of file xact.h.
Referenced by ParseAbortRecord(), and ParseCommitRecord().