Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

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


Field Documentation

Definition at line 62 of file xlog_internal.h.

Referenced by BootStrapXLOG(), ValidXLogPageHeader(), and WriteEmptyXLOG().

Definition at line 65 of file xlog_internal.h.

Referenced by BootStrapXLOG(), ValidXLogPageHeader(), and WriteEmptyXLOG().

Definition at line 76 of file xlog_internal.h.

Referenced by XLogInsert(), and XLogReadRecord().

Definition at line 64 of file xlog_internal.h.

Referenced by BootStrapXLOG(), ValidXLogPageHeader(), and WriteEmptyXLOG().


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