PostgreSQL Source Code  git master
XLogRecord Struct Reference

#include <xlogrecord.h>

Data Fields

uint32 xl_tot_len
 
TransactionId xl_xid
 
XLogRecPtr xl_prev
 
uint8 xl_info
 
RmgrId xl_rmid
 
pg_crc32c xl_crc
 

Detailed Description

Definition at line 41 of file xlogrecord.h.

Field Documentation

◆ xl_crc

pg_crc32c XLogRecord::xl_crc

◆ xl_info

◆ xl_prev

◆ xl_rmid

◆ xl_tot_len

◆ xl_xid

TransactionId XLogRecord::xl_xid

Definition at line 44 of file xlogrecord.h.

Referenced by ApplyWalRecord(), BootStrapXLOG(), main(), WriteEmptyXLOG(), and XLogRecordAssemble().


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