PostgreSQL Source Code  git master
XLogLongPageHeaderData Struct Reference

#include <xlog_internal.h>

Data Fields

XLogPageHeaderData std
 
uint64 xlp_sysid
 
uint32 xlp_seg_size
 
uint32 xlp_xlog_blcksz
 

Detailed Description

Definition at line 61 of file xlog_internal.h.

Field Documentation

◆ std

XLogPageHeaderData XLogLongPageHeaderData::std

Definition at line 63 of file xlog_internal.h.

◆ xlp_seg_size

uint32 XLogLongPageHeaderData::xlp_seg_size

◆ xlp_sysid

uint64 XLogLongPageHeaderData::xlp_sysid

◆ xlp_xlog_blcksz

uint32 XLogLongPageHeaderData::xlp_xlog_blcksz

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