PostgreSQL Source Code git master
Loading...
Searching...
No Matches
XLogRecData Struct Reference

#include <xlog_internal.h>

Data Fields

struct XLogRecDatanext
 
const voiddata
 
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 XLogRecordAssemble(), XLogRegisterBufData(), and XLogRegisterData().

◆ len

uint32 XLogRecData::len

Definition at line 316 of file xlog_internal.h.

Referenced by XLogRecordAssemble().

◆ next

struct XLogRecData* XLogRecData::next

Definition at line 314 of file xlog_internal.h.

Referenced by XLogRecordAssemble(), and XLogRegisterData().


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