PostgreSQL Source Code
git master
|
#include <pg_control.h>
Definition at line 103 of file pg_control.h.
XLogRecPtr ControlFileData::backupEndPoint |
Definition at line 170 of file pg_control.h.
Referenced by InitWalRecovery(), main(), pg_control_recovery(), ReachedEndOfBackup(), RewriteControlFile(), and xlog_redo().
bool ControlFileData::backupEndRequired |
Definition at line 171 of file pg_control.h.
Referenced by InitWalRecovery(), main(), pg_control_recovery(), ReachedEndOfBackup(), RewriteControlFile(), and StartupXLOG().
XLogRecPtr ControlFileData::backupStartPoint |
Definition at line 169 of file pg_control.h.
Referenced by InitWalRecovery(), main(), pg_control_recovery(), ReachedEndOfBackup(), RewriteControlFile(), StartupXLOG(), and xlog_redo().
uint32 ControlFileData::blcksz |
Definition at line 206 of file pg_control.h.
Referenced by GuessControlValues(), main(), pg_control_init(), PrintControlValues(), ReadControlFile(), and WriteControlFile().
uint32 ControlFileData::catalog_version_no |
Definition at line 125 of file pg_control.h.
Referenced by GuessControlValues(), main(), pg_control_system(), PrintControlValues(), ReadControlFile(), sanityChecks(), and WriteControlFile().
XLogRecPtr ControlFileData::checkPoint |
Definition at line 132 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), CreateRestartPoint(), do_pg_backup_start(), GuessControlValues(), InitWalRecovery(), LogCheckpointEnd(), main(), perform_rewind(), pg_control_checkpoint(), RewriteControlFile(), and StartupXLOG().
CheckPoint ControlFileData::checkPointCopy |
Definition at line 134 of file pg_control.h.
Referenced by BootStrapXLOG(), CreateCheckPoint(), CreateRestartPoint(), do_pg_backup_start(), FindEndOfXLOG(), GetOldestRestartPoint(), GuessControlValues(), InitWalRecovery(), LogCheckpointEnd(), main(), perform_rewind(), pg_control_checkpoint(), PrintControlValues(), PrintNewControlValues(), RewriteControlFile(), StartupXLOG(), WriteEmptyXLOG(), and xlog_redo().
pg_crc32c ControlFileData::crc |
Definition at line 231 of file pg_control.h.
Referenced by checkControlFile(), get_controlfile(), ReadControlFile(), update_controlfile(), and WriteControlFile().
uint32 ControlFileData::data_checksum_version |
Definition at line 221 of file pg_control.h.
Referenced by DataChecksumsEnabled(), InitControlFile(), main(), pg_control_init(), PrintControlValues(), sanityChecks(), and scan_file().
bool ControlFileData::float8ByVal |
Definition at line 218 of file pg_control.h.
Referenced by GuessControlValues(), main(), pg_control_init(), PrintControlValues(), ReadControlFile(), and WriteControlFile().
double ControlFileData::floatFormat |
Definition at line 199 of file pg_control.h.
Referenced by GuessControlValues(), ReadControlFile(), and WriteControlFile().
uint32 ControlFileData::indexMaxKeys |
Definition at line 213 of file pg_control.h.
Referenced by GuessControlValues(), main(), pg_control_init(), PrintControlValues(), ReadControlFile(), and WriteControlFile().
uint32 ControlFileData::loblksize |
Definition at line 216 of file pg_control.h.
Referenced by GuessControlValues(), main(), pg_control_init(), PrintControlValues(), ReadControlFile(), and WriteControlFile().
int ControlFileData::max_locks_per_xact |
Definition at line 183 of file pg_control.h.
Referenced by CheckRequiredParameterValues(), GuessControlValues(), InitControlFile(), main(), RewriteControlFile(), xlog_redo(), and XLogReportParameters().
int ControlFileData::max_prepared_xacts |
Definition at line 182 of file pg_control.h.
Referenced by CheckRequiredParameterValues(), GuessControlValues(), InitControlFile(), main(), RewriteControlFile(), xlog_redo(), and XLogReportParameters().
int ControlFileData::max_wal_senders |
Definition at line 181 of file pg_control.h.
Referenced by CheckRequiredParameterValues(), GuessControlValues(), InitControlFile(), main(), RewriteControlFile(), xlog_redo(), and XLogReportParameters().
int ControlFileData::max_worker_processes |
Definition at line 180 of file pg_control.h.
Referenced by CheckRequiredParameterValues(), GuessControlValues(), InitControlFile(), main(), RewriteControlFile(), xlog_redo(), and XLogReportParameters().
uint32 ControlFileData::maxAlign |
Definition at line 198 of file pg_control.h.
Referenced by GuessControlValues(), main(), pg_control_init(), PrintControlValues(), ReadControlFile(), and WriteControlFile().
int ControlFileData::MaxConnections |
Definition at line 179 of file pg_control.h.
Referenced by CheckRequiredParameterValues(), GuessControlValues(), InitControlFile(), main(), RewriteControlFile(), xlog_redo(), and XLogReportParameters().
XLogRecPtr ControlFileData::minRecoveryPoint |
Definition at line 167 of file pg_control.h.
Referenced by CreateCheckPoint(), CreateEndOfRecoveryRecord(), CreateRestartPoint(), do_pg_backup_stop(), InitWalRecovery(), main(), perform_rewind(), pg_control_recovery(), ReachedEndOfBackup(), RewriteControlFile(), StartupXLOG(), SwitchIntoArchiveRecovery(), UpdateMinRecoveryPoint(), xlog_redo(), and XLogNeedsFlush().
TimeLineID ControlFileData::minRecoveryPointTLI |
Definition at line 168 of file pg_control.h.
Referenced by CreateCheckPoint(), CreateEndOfRecoveryRecord(), CreateRestartPoint(), do_pg_backup_stop(), InitWalRecovery(), main(), perform_rewind(), pg_control_recovery(), ReachedEndOfBackup(), RewriteControlFile(), StartupXLOG(), SwitchIntoArchiveRecovery(), UpdateMinRecoveryPoint(), xlog_redo(), and XLogNeedsFlush().
char ControlFileData::mock_authentication_nonce[MOCK_AUTH_NONCE_LEN] |
Definition at line 228 of file pg_control.h.
Referenced by GetMockAuthenticationNonce(), InitControlFile(), and main().
uint32 ControlFileData::nameDataLen |
Definition at line 212 of file pg_control.h.
Referenced by GuessControlValues(), main(), pg_control_init(), PrintControlValues(), ReadControlFile(), and WriteControlFile().
uint32 ControlFileData::pg_control_version |
Definition at line 124 of file pg_control.h.
Referenced by get_controlfile(), GuessControlValues(), main(), pg_control_system(), PrintControlValues(), ReadControlFile(), sanityChecks(), and WriteControlFile().
uint32 ControlFileData::relseg_size |
Definition at line 207 of file pg_control.h.
Referenced by GuessControlValues(), main(), pg_control_init(), PrintControlValues(), ReadControlFile(), and WriteControlFile().
DBState ControlFileData::state |
Definition at line 130 of file pg_control.h.
Referenced by CreateCheckPoint(), CreateRestartPoint(), get_control_dbstate(), GuessControlValues(), InitControlFile(), InitWalRecovery(), main(), perform_rewind(), RewriteControlFile(), sanityChecks(), StartupXLOG(), and SwitchIntoArchiveRecovery().
uint64 ControlFileData::system_identifier |
Definition at line 109 of file pg_control.h.
Referenced by AdvanceXLInsertBuffer(), GetSystemIdentifier(), GuessControlValues(), InitControlFile(), InitWalRecovery(), main(), pg_control_system(), PrintControlValues(), sanityChecks(), and WriteEmptyXLOG().
pg_time_t ControlFileData::time |
Definition at line 131 of file pg_control.h.
Referenced by BootStrapXLOG(), GuessControlValues(), main(), pg_control_system(), StartupXLOG(), and update_controlfile().
uint32 ControlFileData::toast_max_chunk_size |
Definition at line 215 of file pg_control.h.
Referenced by GuessControlValues(), main(), pg_control_init(), PrintControlValues(), ReadControlFile(), and WriteControlFile().
bool ControlFileData::track_commit_timestamp |
Definition at line 184 of file pg_control.h.
Referenced by GuessControlValues(), InitControlFile(), main(), RewriteControlFile(), StartupXLOG(), xlog_redo(), and XLogReportParameters().
XLogRecPtr ControlFileData::unloggedLSN |
Definition at line 136 of file pg_control.h.
Referenced by CreateCheckPoint(), GuessControlValues(), InitControlFile(), main(), and StartupXLOG().
int ControlFileData::wal_level |
Definition at line 177 of file pg_control.h.
Referenced by CheckRequiredParameterValues(), GetActiveWalLevelOnStandby(), GuessControlValues(), InitControlFile(), main(), RewriteControlFile(), xlog_redo(), and XLogReportParameters().
bool ControlFileData::wal_log_hints |
Definition at line 178 of file pg_control.h.
Referenced by GuessControlValues(), InitControlFile(), main(), RewriteControlFile(), sanityChecks(), xlog_redo(), and XLogReportParameters().
uint32 ControlFileData::xlog_blcksz |
Definition at line 209 of file pg_control.h.
Referenced by GuessControlValues(), main(), pg_control_init(), PrintControlValues(), ReadControlFile(), and WriteControlFile().
uint32 ControlFileData::xlog_seg_size |
Definition at line 210 of file pg_control.h.
Referenced by digestControlFile(), FindEndOfXLOG(), GuessControlValues(), main(), pg_control_init(), PrintControlValues(), PrintNewControlValues(), read_controlfile(), ReadControlFile(), and WriteControlFile().