PostgreSQL Source Code git master
|
#include <xact.h>
Data Fields | |
int | nrels |
RelFileLocator | xlocators [FLEXIBLE_ARRAY_MEMBER] |
int xl_xact_relfilelocators::nrels |
Definition at line 270 of file xact.h.
Referenced by ParseAbortRecord(), ParseCommitRecord(), XactLogAbortRecord(), and XactLogCommitRecord().
RelFileLocator xl_xact_relfilelocators::xlocators[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 271 of file xact.h.
Referenced by ParseAbortRecord(), and ParseCommitRecord().