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 324 of file xlog_internal.h.

Field Documentation

◆ data

const void* XLogRecData::data

Definition at line 327 of file xlog_internal.h.

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

◆ len

uint32 XLogRecData::len

Definition at line 328 of file xlog_internal.h.

Referenced by XLogRecordAssemble().

◆ next

struct XLogRecData* XLogRecData::next

Definition at line 326 of file xlog_internal.h.

Referenced by XLogRecordAssemble(), and XLogRegisterData().


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