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

#include <[xlogreader.h](xlogreader%5F8h%5Fsource.html)>

Data Fields
size_t size
bool oversized
struct DecodedXLogRecord * next
XLogRecPtr lsn
XLogRecPtr next_lsn
XLogRecord header
RepOriginId record_origin
TransactionId toplevel_xid
char * main_data
uint32 main_data_len
int max_block_id
DecodedBkpBlock blocks [FLEXIBLE_ARRAY_MEMBER]

Definition at line 156 of file xlogreader.h.

blocks

header

lsn

main_data

char* DecodedXLogRecord::main_data

main_data_len

uint32 DecodedXLogRecord::main_data_len

max_block_id

int DecodedXLogRecord::max_block_id

next

next_lsn

oversized

bool DecodedXLogRecord::oversized

record_origin

size

size_t DecodedXLogRecord::size

toplevel_xid


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