PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
XLogPageHeaderData Struct Reference

#include <xlog_internal.h>

Data Fields

uint16 xlp_magic
 
uint16 xlp_info
 
TimeLineID xlp_tli
 
XLogRecPtr xlp_pageaddr
 
uint32 xlp_rem_len
 

Detailed Description

Definition at line 36 of file xlog_internal.h.

Field Documentation

◆ xlp_info

◆ xlp_magic

uint16 XLogPageHeaderData::xlp_magic

◆ xlp_pageaddr

XLogRecPtr XLogPageHeaderData::xlp_pageaddr

◆ xlp_rem_len

uint32 XLogPageHeaderData::xlp_rem_len

Definition at line 49 of file xlog_internal.h.

Referenced by CopyXLogRecordToWAL(), XLogDecodeNextRecord(), and XLogFindNextRecord().

◆ xlp_tli

TimeLineID XLogPageHeaderData::xlp_tli

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