PostgreSQL Source Code
git master
|
#include <xlog_internal.h>
Data Fields | |
struct XLogRecData * | next |
const char * | data |
uint32 | len |
Definition at line 312 of file xlog_internal.h.
const char* XLogRecData::data |
Definition at line 315 of file xlog_internal.h.
Referenced by CopyXLogRecordToWAL(), XLogInsertRecord(), XLogRecordAssemble(), XLogRegisterBufData(), and XLogRegisterData().
uint32 XLogRecData::len |
Definition at line 316 of file xlog_internal.h.
Referenced by CopyXLogRecordToWAL(), XLogInsertRecord(), XLogRecordAssemble(), XLogRegisterBufData(), and XLogRegisterData().
struct XLogRecData* XLogRecData::next |
Definition at line 314 of file xlog_internal.h.
Referenced by CopyXLogRecordToWAL(), XLogInsertRecord(), XLogRecordAssemble(), XLogRegisterBufData(), and XLogRegisterData().