Header And Logo

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

Data Fields

XLogCtlInsert Struct Reference

Data Fields

XLogRecPtr PrevRecord
int curridx
XLogPageHeader currpage
char * currpos
XLogRecPtr RedoRecPtr
bool forcePageWrites
bool fullPageWrites
bool exclusiveBackup
int nonExclusiveBackups
XLogRecPtr lastBackupStart

Detailed Description

Definition at line 354 of file xlog.c.


Field Documentation

Definition at line 358 of file xlog.c.

Referenced by AdvanceXLInsertBuffer(), StartupXLOG(), XLogInsert(), and XLOGShmemInit().

Definition at line 359 of file xlog.c.

Referenced by AdvanceXLInsertBuffer(), StartupXLOG(), and XLogInsert().

Definition at line 370 of file xlog.c.

Referenced by CreateCheckPoint(), StartupXLOG(), UpdateFullPageWrites(), and XLogInsert().

Definition at line 381 of file xlog.c.

Referenced by do_pg_start_backup().

Definition at line 356 of file xlog.c.

Referenced by StartupXLOG(), and XLogInsert().

Definition at line 360 of file xlog.c.

Referenced by CreateCheckPoint(), CreateRestartPoint(), GetRedoRecPtr(), StartupXLOG(), and XLogInsert().


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