PostgreSQL Source Code: XLogRecData Struct Reference (original) (raw)

#include <[xlog_internal.h](xlog%5F%5Finternal%5F8h%5Fsource.html)>

Data Fields
struct XLogRecData * next
const void * data
uint32 len

Detailed Description

Definition at line 312 of file xlog_internal.h.

Field Documentation

data

const void* XLogRecData::data

Definition at line 315 of file xlog_internal.h.

Referenced by CopyXLogRecordToWAL(), XLogInsertRecord(), XLogRecordAssemble(), XLogRegisterBufData(), and XLogRegisterData().

len

uint32 XLogRecData::len

Definition at line 316 of file xlog_internal.h.

Referenced by CopyXLogRecordToWAL(), XLogInsertRecord(), XLogRecordAssemble(), XLogRegisterBufData(), and XLogRegisterData().

next

struct XLogRecData* XLogRecData::next

Definition at line 314 of file xlog_internal.h.

Referenced by CopyXLogRecordToWAL(), XLogInsertRecord(), XLogRecordAssemble(), XLogRegisterBufData(), and XLogRegisterData().


The documentation for this struct was generated from the following file: