PostgreSQL Source Code
git master
|
#include <pg_control.h>
Definition at line 35 of file pg_control.h.
bool CheckPoint::fullPageWrites |
Definition at line 42 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), do_pg_backup_start(), GuessControlValues(), main(), pg_control_checkpoint(), PrintControlValues(), StartupXLOG(), and xlog_desc().
TransactionId CheckPoint::newestCommitTsXid |
Definition at line 55 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), InitWalRecovery(), main(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), StartupXLOG(), and xlog_desc().
MultiXactId CheckPoint::nextMulti |
Definition at line 46 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), GuessControlValues(), InitWalRecovery(), main(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), StartupXLOG(), xlog_desc(), and xlog_redo().
MultiXactOffset CheckPoint::nextMultiOffset |
Definition at line 47 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), GuessControlValues(), InitWalRecovery(), main(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), StartupXLOG(), xlog_desc(), and xlog_redo().
Oid CheckPoint::nextOid |
Definition at line 45 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), GuessControlValues(), InitWalRecovery(), main(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), StartupXLOG(), xlog_desc(), and xlog_redo().
FullTransactionId CheckPoint::nextXid |
Definition at line 44 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), GuessControlValues(), InitWalRecovery(), main(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), StartupXLOG(), xlog_desc(), and xlog_redo().
TransactionId CheckPoint::oldestActiveXid |
Definition at line 64 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), GuessControlValues(), main(), pg_control_checkpoint(), PrintControlValues(), StartupXLOG(), and xlog_desc().
TransactionId CheckPoint::oldestCommitTsXid |
Definition at line 53 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), InitWalRecovery(), main(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), StartupXLOG(), and xlog_desc().
MultiXactId CheckPoint::oldestMulti |
Definition at line 50 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), GuessControlValues(), InitWalRecovery(), main(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), StartupXLOG(), xlog_desc(), and xlog_redo().
Oid CheckPoint::oldestMultiDB |
Definition at line 51 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), GuessControlValues(), InitWalRecovery(), main(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), StartupXLOG(), xlog_desc(), and xlog_redo().
TransactionId CheckPoint::oldestXid |
Definition at line 48 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), GuessControlValues(), InitWalRecovery(), main(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), StartupXLOG(), xlog_desc(), and xlog_redo().
Oid CheckPoint::oldestXidDB |
Definition at line 49 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), GuessControlValues(), InitWalRecovery(), main(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), StartupXLOG(), xlog_desc(), and xlog_redo().
TimeLineID CheckPoint::PrevTimeLineID |
Definition at line 40 of file pg_control.h.
Referenced by ApplyWalRecord(), BootStrapXLOG(), CreateCheckPoint(), GuessControlValues(), main(), pg_control_checkpoint(), and xlog_desc().
XLogRecPtr CheckPoint::redo |
Definition at line 37 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), CreateRestartPoint(), do_pg_backup_start(), FindEndOfXLOG(), findLastCheckpoint(), GetOldestRestartPoint(), GuessControlValues(), InitWalRecovery(), LogCheckpointEnd(), main(), perform_rewind(), pg_control_checkpoint(), RecoveryRestartPoint(), RewriteControlFile(), StartupXLOG(), WriteEmptyXLOG(), and xlog_desc().
TimeLineID CheckPoint::ThisTimeLineID |
Definition at line 39 of file pg_control.h.
Referenced by ApplyWalRecord(), BootStrapXLOG(), CreateCheckPoint(), CreateRestartPoint(), do_pg_backup_start(), findLastCheckpoint(), GetOldestRestartPoint(), GuessControlValues(), InitWalRecovery(), main(), perform_rewind(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), StartupXLOG(), WriteEmptyXLOG(), xlog_desc(), and xlog_redo().
pg_time_t CheckPoint::time |
Definition at line 52 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), GuessControlValues(), main(), pg_control_checkpoint(), RewriteControlFile(), and StartupXLOG().
int CheckPoint::wal_level |
Definition at line 43 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), SummarizeXlogRecord(), and xlog_desc().