114#define BootstrapTimeLineID 1
153#define NUM_XLOGINSERT_LOCKS 8
176#ifdef HAVE_FSYNC_WRITETHROUGH
582#define INSERT_FREESPACE(endptr) \
583 (((endptr) % XLOG_BLCKSZ == 0) ? 0 : (XLOG_BLCKSZ - (endptr) % XLOG_BLCKSZ))
586#define NextBufIdx(idx) \
587 (((idx) == XLogCtl->XLogCacheBlck) ? 0 : ((idx) + 1))
593#define XLogRecPtrToBufIdx(recptr) \
594 (((recptr) / XLOG_BLCKSZ) % (XLogCtl->XLogCacheBlck + 1))
599#define UsableBytesInPage (XLOG_BLCKSZ - SizeOfXLogShortPHD)
605#define ConvertToXSegs(x, segsize) XLogMBVarToSegs((x), (segsize))
622#define RefreshXLogWriteResult(_target) \
624 _target.Flush = pg_atomic_read_u64(&XLogCtl->logFlushResult); \
626 _target.Write = pg_atomic_read_u64(&XLogCtl->logWriteResult); \
781 elog(
ERROR,
"cannot make new WAL entries during recovery");
1016 char *errormsg =
NULL;
1041 .segment_open =
NULL,
1042 .segment_close =
NULL),
1055 errormsg ? errormsg :
"no error message");
1259 int rdata_len =
rdata->len;
1261 while (rdata_len > freespace)
1269 rdata_len -= freespace;
1303 currpos += rdata_len;
1305 freespace -= rdata_len;
1370 errmsg_internal(
"space reserved for WAL record does not match what was written"));
1520 elog(
PANIC,
"cannot wait without a PGPROC structure");
1547 errmsg(
"request to flush past end of generated WAL; request %X/%08X, current position %X/%08X",
1642 static uint64 cachedPage = 0;
1714 elog(
PANIC,
"could not find WAL buffer for %X/%08X",
1760 Size nbytes = count;
1774 errmsg(
"cannot read past end of generated WAL: requested %X/%08X, current position %X/%08X",
1822 psrc = page + offset;
2130 if (
Insert->runningBackups == 0)
2163 elog(
DEBUG1,
"initialized %d pages, up to %X/%08X",
2221 GUC_check_errdetail(
"The WAL segment size must be a power of two between 1 MB and 1 GB.");
2355 elog(
PANIC,
"xlog write request %X/%08X is past end of log %X/%08X",
2457 errmsg(
"could not write to log file \"%s\" at offset %u, length %zu: %m",
2463 }
while (
nleft > 0);
2585#ifdef USE_ASSERT_CHECKING
2755 "xlog min recovery request %X/%08X is past current point %X/%08X",
2768 errmsg_internal(
"updated min recovery point to %X/%08X on timeline %u",
2808 elog(
LOG,
"xlog flush request %X/%08X; write %X/%08X; flush %X/%08X",
2951 "xlog flush request %X/%08X is not satisfied --- flushed only to %X/%08X",
3085 elog(
LOG,
"xlog bg flush request write %X/%08X; flush: %X/%08X, current is write %X/%08X; flush %X/%08X",
3230 bool *
added,
char *path)
3255 errmsg(
"could not open file \"%s\": %m", path)));
3266 elog(
DEBUG2,
"creating and filling new WAL file");
3388 elog(
DEBUG2,
"done creating and filling new WAL file");
3435 errmsg(
"could not open file \"%s\": %m", path)));
3474 errmsg(
"could not open file \"%s\": %m", path)));
3503 if (
nread <
sizeof(buffer))
3510 if (
nread >
sizeof(buffer))
3511 nread =
sizeof(buffer);
3519 errmsg(
"could not read file \"%s\": %m",
3524 errmsg(
"could not read file \"%s\": read %d of %zu",
3531 if ((
int)
write(
fd, buffer.
data,
sizeof(buffer)) != (
int)
sizeof(buffer))
3564 errmsg(
"could not close file \"%s\": %m", path)));
3570 elog(
ERROR,
"InstallXLogFileSegment should not have failed");
3667 errmsg(
"could not open file \"%s\": %m", path)));
3686#if defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)
3773 if (segno <= lastRemovedSegNo)
3781 errmsg(
"requested WAL segment %s has already been removed",
3803 return lastRemovedSegNo;
3874 elog(
DEBUG2,
"removing all temporary WAL segments");
3886 elog(
DEBUG2,
"removed temporary WAL segment \"%s\"", path);
3922 elog(
DEBUG2,
"attempting to remove WAL segments older than log file %s",
3999 elog(
DEBUG2,
"attempting to remove WAL segments newer than log file %s",
4103 errmsg(
"could not rename file \"%s\": %m",
4146 errmsg(
"required WAL directory \"%s\" does not exist",
4157 errmsg(
"required WAL directory \"%s\" does not exist",
4163 (
errmsg(
"creating missing WAL directory \"%s\"", path)));
4167 errmsg(
"could not create missing directory \"%s\": %m",
4178 (
errmsg(
"required WAL directory \"%s\" does not exist",
4184 (
errmsg(
"creating missing WAL directory \"%s\"", path)));
4187 (
errmsg(
"could not create missing directory \"%s\": %m",
4212 elog(
DEBUG2,
"removing WAL backup history file \"%s\"",
4254 errmsg(
"could not generate secret authorization token")));
4353 errmsg(
"could not create file \"%s\": %m",
4365 errmsg(
"could not write to file \"%s\": %m",
4374 errmsg(
"could not fsync file \"%s\": %m",
4381 errmsg(
"could not close file \"%s\": %m",
4401 errmsg(
"could not open file \"%s\": %m",
4411 errmsg(
"could not read file \"%s\": %m",
4416 errmsg(
"could not read file \"%s\": read %d of %zu",
4433 errmsg(
"database files are incompatible with server"),
4434 errdetail(
"The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x),"
4435 " but the server was compiled with PG_CONTROL_VERSION %d (0x%08x).",
4438 errhint(
"This could be a problem of mismatched byte ordering. It looks like you need to initdb.")));
4443 errmsg(
"database files are incompatible with server"),
4444 errdetail(
"The database cluster was initialized with PG_CONTROL_VERSION %d,"
4445 " but the server was compiled with PG_CONTROL_VERSION %d.",
4447 errhint(
"It looks like you need to initdb.")));
4459 errmsg(
"incorrect checksum in control file")));
4469 errmsg(
"database files are incompatible with server"),
4471 errdetail(
"The database cluster was initialized with %s %d,"
4472 " but the server was compiled with %s %d.",
4475 errhint(
"It looks like you need to initdb.")));
4479 errmsg(
"database files are incompatible with server"),
4481 errdetail(
"The database cluster was initialized with %s %d,"
4482 " but the server was compiled with %s %d.",
4485 errhint(
"It looks like you need to initdb.")));
4489 errmsg(
"database files are incompatible with server"),
4490 errdetail(
"The database cluster appears to use a different floating-point number format than the server executable."),
4491 errhint(
"It looks like you need to initdb.")));
4495 errmsg(
"database files are incompatible with server"),
4497 errdetail(
"The database cluster was initialized with %s %d,"
4498 " but the server was compiled with %s %d.",
4501 errhint(
"It looks like you need to recompile or initdb.")));
4505 errmsg(
"database files are incompatible with server"),
4507 errdetail(
"The database cluster was initialized with %s %d,"
4508 " but the server was compiled with %s %d.",
4511 errhint(
"It looks like you need to recompile or initdb.")));
4515 errmsg(
"database files are incompatible with server"),
4517 errdetail(
"The database cluster was initialized with %s %d,"
4518 " but the server was compiled with %s %d.",
4521 errhint(
"It looks like you need to recompile or initdb.")));
4525 errmsg(
"database files are incompatible with server"),
4527 errdetail(
"The database cluster was initialized with %s %d,"
4528 " but the server was compiled with %s %d.",
4531 errhint(
"It looks like you need to recompile or initdb.")));
4535 errmsg(
"database files are incompatible with server"),
4537 errdetail(
"The database cluster was initialized with %s %d,"
4538 " but the server was compiled with %s %d.",
4541 errhint(
"It looks like you need to recompile or initdb.")));
4545 errmsg(
"database files are incompatible with server"),
4547 errdetail(
"The database cluster was initialized with %s %d,"
4548 " but the server was compiled with %s %d.",
4551 errhint(
"It looks like you need to recompile or initdb.")));
4555 errmsg(
"database files are incompatible with server"),
4557 errdetail(
"The database cluster was initialized with %s %d,"
4558 " but the server was compiled with %s %d.",
4561 errhint(
"It looks like you need to recompile or initdb.")));
4565 errmsg(
"database files are incompatible with server"),
4567 errdetail(
"The database cluster was initialized with %s %d,"
4568 " but the server was compiled with %s %d.",
4571 errhint(
"It looks like you need to recompile or initdb.")));
4579 errmsg_plural(
"invalid WAL segment size in control file (%d byte)",
4580 "invalid WAL segment size in control file (%d bytes)",
4583 errdetail(
"The WAL segment size must be a power of two between 1 MB and 1 GB.")));
4593 errmsg(
"\"%s\" must be at least twice \"%s\"",
4594 "min_wal_size",
"wal_segment_size")));
4599 errmsg(
"\"%s\" must be at least twice \"%s\"",
4600 "max_wal_size",
"wal_segment_size")));
4775 for (rmid = 0; rmid <=
RM_MAX_ID; rmid++)
4784 for (rmid = 0; rmid <=
RM_MAX_ID; rmid++)
4889 return "(disabled)";
5154 sysidentifier = ((
uint64) tv.tv_sec) << 32;
5155 sysidentifier |= ((
uint64) tv.tv_usec) << 12;
5156 sysidentifier |=
getpid() & 0xFFF;
5158 memset(&buffer, 0,
sizeof buffer);
5203 longpage->xlp_sysid = sysidentifier;
5218 *(
recptr++) =
sizeof(checkPoint);
5220 recptr +=
sizeof(checkPoint);
5248 errmsg(
"could not write bootstrap write-ahead log file: %m")));
5256 errmsg(
"could not fsync bootstrap write-ahead log file: %m")));
5262 errmsg(
"could not close bootstrap write-ahead log file: %m")));
5292 "%Y-%m-%d %H:%M:%S %Z",
5385 "recovery_end_command",
5483 errmsg(
"WAL was generated with \"wal_level=minimal\", cannot continue recovering"),
5484 errdetail(
"This happens if you temporarily set \"wal_level=minimal\" on the server."),
5485 errhint(
"Use a backup taken after setting \"wal_level\" to higher than \"minimal\".")));
5551 errmsg(
"control file contains invalid checkpoint location")));
5562 (
errmsg(
"database system was shut down at %s",
5569 (
errmsg(
"database system was shut down in recovery at %s",
5576 (
errmsg(
"database system shutdown was interrupted; last known up at %s",
5583 (
errmsg(
"database system was interrupted while in recovery at %s",
5586 errhint(
"This probably means that some data is corrupted and"
5587 " you will have to use the last backup for recovery.")));
5592 (
errmsg(
"database system was interrupted while in recovery at log time %s",
5595 errhint(
"If this has occurred more than once some data might be corrupted"
5596 " and you might need to choose an earlier recovery target.")));
5601 (
errmsg(
"database system was interrupted; last known up at %s",
5609 errmsg(
"control file contains invalid database cluster state")));
5613#ifdef XLOG_REPLAY_DELAY
5939 running.
xids = xids;
6002 errmsg(
"WAL ends before end of online backup"),
6003 errhint(
"All WAL generated while online backup was taken must be available at recovery.")));
6007 errmsg(
"WAL ends before consistent recovery point")));
6086 (
errmsg(
"archive recovery complete")));
6741 (
errmsg(
"shutting down")));
6780 (
errmsg(
"restartpoint starting:%s%s%s%s%s%s%s%s",
6792 (
errmsg(
"checkpoint starting:%s%s%s%s%s%s%s%s",
6857 (
errmsg(
"restartpoint complete: wrote %d buffers (%.1f%%), "
6858 "wrote %d SLRU buffers; %d WAL file(s) added, "
6859 "%d removed, %d recycled; write=%ld.%03d s, "
6860 "sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, "
6861 "longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, "
6862 "estimate=%d kB; lsn=%X/%08X, redo lsn=%X/%08X",
6881 (
errmsg(
"checkpoint complete: wrote %d buffers (%.1f%%), "
6882 "wrote %d SLRU buffers; %d WAL file(s) added, "
6883 "%d removed, %d recycled; write=%ld.%03d s, "
6884 "sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, "
6885 "longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, "
6886 "estimate=%d kB; lsn=%X/%08X, redo lsn=%X/%08X",
7040 elog(
ERROR,
"can't create a checkpoint during recovery");
7078 MemSet(&checkPoint, 0,
sizeof(checkPoint));
7375 (
errmsg(
"concurrent write-ahead log activity while database system is shutting down")));
7513 elog(
ERROR,
"can only be used to end recovery");
7581 elog(
ERROR,
"can only be used at end of recovery");
7583 elog(
ERROR,
"invalid position for missing continuation record %X/%08X",
7594 elog(
ERROR,
"invalid WAL insert position %X/%08X for OVERWRITE_CONTRECORD",
7624 elog(
ERROR,
"OVERWRITE_CONTRECORD was inserted to unexpected position %X/%08X",
7693 "could not record restart point at %X/%08X because there are unresolved references to invalid pages",
7751 (
errmsg_internal(
"skipping restartpoint, recovery has already ended")));
7773 errmsg_internal(
"skipping restartpoint, already performed at %X/%08X",
7961 errmsg(
"recovery restart point at %X/%08X",
7963 xtime ?
errdetail(
"Last completed transaction was at log time %s.",
7971 "archive_cleanup_command",
8227 errmsg(
"restore point \"%s\" created at %X/%08X",
8335 Insert->fullPageWrites =
true;
8354 Insert->fullPageWrites =
false;
8434 (
errmsg(
"online backup was canceled, recovery cannot continue")));
8470 running.
xids = xids;
8487 (
errmsg(
"unexpected timeline ID %u (should be %u) in shutdown checkpoint record",
8548 (
errmsg(
"unexpected timeline ID %u (should be %u) in online checkpoint record",
8583 if (
xlrec.ThisTimeLineID != replayTLI)
8585 (
errmsg(
"unexpected timeline ID %u (should be %u) in end-of-recovery record",
8586 xlrec.ThisTimeLineID, replayTLI)));
8625 elog(
ERROR,
"XLOG_FPI record did not contain a full-page image");
8630 elog(
ERROR,
"unexpected XLogReadBufferForRedo result when restoring backup block");
8732 elog(
DEBUG1,
"update logical decoding status to %d during recovery",
8807 elog(
ERROR,
"unrecognized \"wal_sync_method\": %d", method);
8884 msg =
_(
"could not fsync file \"%s\": %m");
8886#ifdef HAVE_FSYNC_WRITETHROUGH
8889 msg =
_(
"could not fsync write-through file \"%s\": %m");
8894 msg =
_(
"could not fdatasync file \"%s\": %m");
8970 errmsg(
"WAL level not sufficient for making an online backup"),
8971 errhint(
"\"wal_level\" must be set to \"replica\" or \"logical\" at server start.")));
8976 errmsg(
"backup label too long (max %d bytes)",
9097 errmsg(
"WAL generated with \"full_page_writes=off\" was replayed "
9098 "since last restartpoint"),
9099 errhint(
"This means that the backup being taken on the standby "
9100 "is corrupt and should not be used. "
9101 "Enable \"full_page_writes\" and run CHECKPOINT on the primary, "
9102 "and then try an online backup again.")));
9159 if (
de->d_name[0] <
'1' ||
de->d_name[1] >
'9')
9179 (
errmsg(
"could not read symbolic link \"%s\": %m",
9186 (
errmsg(
"symbolic link \"%s\" target is too long",
9209 if (*s ==
'\n' || *s ==
'\r' || *s ==
'\\')
9244 *tablespaces =
lappend(*tablespaces,
ti);
9306 errmsg(
"WAL level not sufficient for making an online backup"),
9307 errhint(
"\"wal_level\" must be set to \"replica\" or \"logical\" at server start.")));
9345 errmsg(
"the standby was promoted during online backup"),
9346 errhint(
"This means that the backup being taken is corrupt "
9347 "and should not be used. "
9348 "Try taking another online backup.")));
9393 errmsg(
"WAL generated with \"full_page_writes=off\" was replayed "
9394 "during online backup"),
9395 errhint(
"This means that the backup being taken on the standby "
9396 "is corrupt and should not be used. "
9397 "Enable \"full_page_writes\" and run CHECKPOINT on the primary, "
9398 "and then try an online backup again.")));
9415 sizeof(
state->startpoint));
9442 errmsg(
"could not create file \"%s\": %m",
9453 errmsg(
"could not write file \"%s\": %m",
9509 (
errmsg(
"base backup done, waiting for required WAL segments to be archived")));
9523 (
errmsg(
"still waiting for all required WAL segments to be archived (%d seconds elapsed)",
9525 errhint(
"Check that your \"archive_command\" is executing properly. "
9526 "You can safely cancel this backup, "
9527 "but the database backup will not be usable without all the WAL segments.")));
9532 (
errmsg(
"all required WAL segments have been archived")));
9536 (
errmsg(
"WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup")));
9575 errmsg(
"aborting backup due to backend exiting before pg_backup_stop was called"));
Datum idx(PG_FUNCTION_ARGS)
static void pg_atomic_write_u64(volatile pg_atomic_uint64 *ptr, uint64 val)
#define pg_memory_barrier()
#define pg_read_barrier()
static uint64 pg_atomic_read_membarrier_u64(volatile pg_atomic_uint64 *ptr)
#define pg_write_barrier()
static uint64 pg_atomic_monotonic_advance_u64(volatile pg_atomic_uint64 *ptr, uint64 target)
static uint64 pg_atomic_fetch_add_u64(volatile pg_atomic_uint64 *ptr, int64 add_)
static void pg_atomic_init_u64(volatile pg_atomic_uint64 *ptr, uint64 val)
static void pg_atomic_write_membarrier_u64(volatile pg_atomic_uint64 *ptr, uint64 val)
static uint64 pg_atomic_read_u64(volatile pg_atomic_uint64 *ptr)
TimeLineID findNewestTimeLine(TimeLineID startTLI)
void restoreTimeLineHistoryFiles(TimeLineID begin, TimeLineID end)
void writeTimeLineHistory(TimeLineID newTLI, TimeLineID parentTLI, XLogRecPtr switchpoint, char *reason)
void startup_progress_timeout_handler(void)
long TimestampDifferenceMilliseconds(TimestampTz start_time, TimestampTz stop_time)
bool TimestampDifferenceExceeds(TimestampTz start_time, TimestampTz stop_time, int msec)
TimestampTz GetCurrentTimestamp(void)
const char * timestamptz_to_str(TimestampTz t)
Datum now(PG_FUNCTION_ARGS)
static bool backup_started_in_recovery
void CheckPointBuffers(int flags)
void UnlockReleaseBuffer(Buffer buffer)
#define pg_attribute_unused()
#define TYPEALIGN(ALIGNVAL, LEN)
#define Assert(condition)
#define pg_attribute_always_inline
#define MemSet(start, val, len)
#define CATALOG_VERSION_NO
void WakeupCheckpointer(void)
void AbsorbSyncRequests(void)
double CheckPointCompletionTarget
void RequestCheckpoint(int flags)
void CheckPointCLOG(void)
void StartupCommitTs(void)
void CommitTsParameterChange(bool newvalue, bool oldvalue)
bool track_commit_timestamp
void CompleteCommitTsInitialization(void)
void BootStrapCommitTs(void)
void SetCommitTsLimit(TransactionId oldestXact, TransactionId newestXact)
void CheckPointCommitTs(void)
void update_controlfile(const char *DataDir, ControlFileData *ControlFile, bool do_sync)
#define fprintf(file, fmt, msg)
int errmsg_plural(const char *fmt_singular, const char *fmt_plural, unsigned long n,...)
int errmsg_internal(const char *fmt,...)
int errcode_for_file_access(void)
int errdetail(const char *fmt,...)
int errhint(const char *fmt,...)
int errcode(int sqlerrcode)
int errmsg(const char *fmt,...)
#define ereport(elevel,...)
int MakePGDirectory(const char *directoryName)
int pg_fsync_no_writethrough(int fd)
int durable_rename(const char *oldfile, const char *newfile, int elevel)
int CloseTransientFile(int fd)
int BasicOpenFile(const char *fileName, int fileFlags)
int pg_fsync_writethrough(int fd)
void ReleaseExternalFD(void)
int data_sync_elevel(int elevel)
static void Insert(File file)
DIR * AllocateDir(const char *dirname)
int durable_unlink(const char *fname, int elevel)
void ReserveExternalFD(void)
struct dirent * ReadDir(DIR *dir, const char *dirname)
FILE * AllocateFile(const char *name, const char *mode)
int OpenTransientFile(const char *fileName, int fileFlags)
void SyncDataDirectory(void)
#define IO_DIRECT_WAL_INIT
#define palloc_object(type)
ssize_t pg_pwrite_zeros(int fd, size_t size, pgoff_t offset)
PGFileType get_dirent_type(const char *path, const struct dirent *de, bool look_through_symlinks, int elevel)
volatile uint32 CritSectionCount
bool IsPostmasterEnvironment
int set_config_option_ext(const char *name, const char *value, GucContext context, GucSource source, Oid srole, GucAction action, bool changeVal, int elevel, bool is_reload)
void SetConfigOption(const char *name, const char *value, GucContext context, GucSource source)
void * guc_malloc(int elevel, size_t size)
struct config_generic * find_option(const char *name, bool create_placeholders, bool skip_errors, int elevel)
#define GUC_check_errdetail
#define TOAST_MAX_CHUNK_SIZE
#define INJECTION_POINT(name, arg)
#define INJECTION_POINT_CACHED(name, arg)
#define INJECTION_POINT_LOAD(name)
void before_shmem_exit(pg_on_exit_callback function, Datum arg)
#define PG_ENSURE_ERROR_CLEANUP(cleanup_function, arg)
#define PG_END_ENSURE_ERROR_CLEANUP(cleanup_function, arg)
void SetLatch(Latch *latch)
void ResetLatch(Latch *latch)
int WaitLatch(Latch *latch, int wakeEvents, long timeout, uint32 wait_event_info)
List * lappend(List *list, void *datum)
void list_free(List *list)
void UpdateLogicalDecodingStatusEndOfRecovery(void)
bool IsLogicalDecodingEnabled(void)
bool IsXLogLogicalInfoEnabled(void)
void StartupLogicalDecodingStatus(bool last_status)
void DisableLogicalDecoding(void)
void EnableLogicalDecoding(void)
void LWLockUpdateVar(LWLock *lock, pg_atomic_uint64 *valptr, uint64 val)
void LWLockReleaseClearVar(LWLock *lock, pg_atomic_uint64 *valptr, uint64 val)
bool LWLockAcquire(LWLock *lock, LWLockMode mode)
bool LWLockWaitForVar(LWLock *lock, pg_atomic_uint64 *valptr, uint64 oldval, uint64 *newval)
void LWLockRelease(LWLock *lock)
void LWLockInitialize(LWLock *lock, int tranche_id)
bool LWLockConditionalAcquire(LWLock *lock, LWLockMode mode)
bool LWLockAcquireOrWait(LWLock *lock, LWLockMode mode)
char * pstrdup(const char *in)
void pfree(void *pointer)
MemoryContext TopMemoryContext
void MemoryContextAllowInCriticalSection(MemoryContext context, bool allow)
#define AllocSetContextCreate
#define ALLOCSET_DEFAULT_SIZES
#define AmStartupProcess()
#define IsBootstrapProcessingMode()
#define START_CRIT_SECTION()
#define CHECK_FOR_INTERRUPTS()
#define END_CRIT_SECTION()
#define AmWalReceiverProcess()
bool process_shared_preload_libraries_done
BackendType MyBackendType
void MultiXactSetNextMXact(MultiXactId nextMulti, MultiXactOffset nextMultiOffset)
void MultiXactAdvanceOldest(MultiXactId oldestMulti, Oid oldestMultiDB)
void MultiXactGetCheckptMulti(bool is_shutdown, MultiXactId *nextMulti, MultiXactOffset *nextMultiOffset, MultiXactId *oldestMulti, Oid *oldestMultiDB)
void CheckPointMultiXact(void)
void MultiXactAdvanceNextMXact(MultiXactId minMulti, MultiXactOffset minMultiOffset)
void BootStrapMultiXact(void)
void StartupMultiXact(void)
void SetMultiXactIdLimit(MultiXactId oldest_datminmxid, Oid oldest_datoid)
void StartupReplicationOrigin(void)
void CheckPointReplicationOrigin(void)
static MemoryContext MemoryContextSwitchTo(MemoryContext context)
#define ERRCODE_DATA_CORRUPTED
#define DEFAULT_XLOG_SEG_SIZE
#define SLRU_PAGES_PER_SEGMENT
#define PG_CACHE_LINE_SIZE
#define FLOATFORMAT_VALUE
#define XLOG_RESTORE_POINT
#define XLOG_CHECKPOINT_REDO
#define PG_CONTROL_VERSION
#define XLOG_OVERWRITE_CONTRECORD
#define XLOG_FPI_FOR_HINT
#define MOCK_AUTH_NONCE_LEN
@ DB_SHUTDOWNED_IN_RECOVERY
#define XLOG_CHECKPOINT_SHUTDOWN
#define PG_CONTROL_FILE_SIZE
#define XLOG_PARAMETER_CHANGE
#define XLOG_LOGICAL_DECODING_STATUS_CHANGE
#define XLOG_CHECKPOINT_ONLINE
#define XLOG_END_OF_RECOVERY
#define COMP_CRC32C(crc, data, len)
#define EQ_CRC32C(c1, c2)
static rewind_source * source
static char buf[DEFAULT_XLOG_SEG_SIZE]
void pgstat_restore_stats(void)
void pgstat_discard_stats(void)
PgStat_CheckpointerStats PendingCheckpointerStats
instr_time pgstat_prepare_io_time(bool track_io_guc)
void pgstat_count_io_op_time(IOObject io_object, IOContext io_context, IOOp io_op, instr_time start_time, uint32 cnt, uint64 bytes)
size_t pg_strftime(char *s, size_t maxsize, const char *format, const struct pg_tm *t)
struct pg_tm * pg_localtime(const pg_time_t *timep, const pg_tz *tz)
PGDLLIMPORT pg_tz * log_timezone
bool pg_strong_random(void *buf, size_t len)
int pg_strcasecmp(const char *s1, const char *s2)
size_t strlcpy(char *dst, const char *src, size_t siz)
static bool DatumGetBool(Datum X)
static Datum BoolGetDatum(bool X)
void CheckPointPredicate(void)
static int fd(const char *x, int i)
#define GetPGProcByNumber(n)
#define DELAY_CHKPT_START
#define DELAY_CHKPT_COMPLETE
bool MinimumActiveBackends(int min)
TransactionId GetOldestTransactionIdConsideredRunning(void)
bool HaveVirtualXIDsDelayingChkpt(VirtualTransactionId *vxids, int nvxids, int type)
void ProcArrayApplyRecoveryInfo(RunningTransactions running)
TransactionId GetOldestActiveTransactionId(bool inCommitOnly, bool allDbs)
void ProcArrayInitRecovery(TransactionId initializedUptoXID)
VirtualTransactionId * GetVirtualXIDsDelayingChkpt(int *nvxids, int type)
#define INVALID_PROC_NUMBER
static void set_ps_display(const char *activity)
void ResetUnloggedRelations(int op)
#define UNLOGGED_RELATION_INIT
#define UNLOGGED_RELATION_CLEANUP
void RelationCacheInitFileRemove(void)
void CheckPointRelationMap(void)
#define relpath(rlocator, forknum)
void StartupReorderBuffer(void)
ResourceOwner CurrentResourceOwner
ResourceOwner AuxProcessResourceOwner
void CheckPointLogicalRewriteHeap(void)
Size add_size(Size s1, Size s2)
Size mul_size(Size s1, Size s2)
void * ShmemInitStruct(const char *name, Size size, bool *foundPtr)
void pg_usleep(long microsec)
void CheckPointReplicationSlots(bool is_shutdown)
void StartupReplicationSlots(void)
bool InvalidateObsoleteReplicationSlots(uint32 possible_causes, XLogSegNo oldestSegno, Oid dboid, TransactionId snapshotConflictHorizon)
bool sync_replication_slots
void smgrdestroyall(void)
void CheckPointSnapBuild(void)
void DeleteAllExportedSnapshotFiles(void)
#define SpinLockInit(lock)
#define SpinLockRelease(lock)
#define SpinLockAcquire(lock)
XLogRecPtr LogStandbySnapshot(void)
void InitRecoveryTransactionEnvironment(void)
void ShutdownRecoveryTransactionEnvironment(void)
void appendStringInfo(StringInfo str, const char *fmt,...)
void appendBinaryStringInfo(StringInfo str, const void *data, int datalen)
void appendStringInfoString(StringInfo str, const char *s)
void appendStringInfoChar(StringInfo str, char ch)
void initStringInfo(StringInfo str)
MultiXactOffset nextMultiOffset
TransactionId newestCommitTsXid
TimeLineID PrevTimeLineID
TimeLineID ThisTimeLineID
TransactionId oldestActiveXid
FullTransactionId nextXid
TransactionId oldestCommitTsXid
bool logicalDecodingEnabled
uint64 ckpt_agg_sync_time
TimestampTz ckpt_sync_end_t
char mock_authentication_nonce[MOCK_AUTH_NONCE_LEN]
uint32 pg_control_version
XLogRecPtr backupStartPoint
bool track_commit_timestamp
CheckPoint checkPointCopy
uint32 slru_pages_per_segment
XLogRecPtr backupEndPoint
XLogRecPtr minRecoveryPoint
uint32 data_checksum_version
bool default_char_signedness
uint32 catalog_version_no
TimeLineID minRecoveryPointTLI
uint32 toast_max_chunk_size
PgStat_Counter write_time
void(* rm_mask)(char *pagedata, BlockNumber blkno)
TransactionId oldestRunningXid
TransactionId latestCompletedXid
subxids_array_status subxid_status
TransactionId oldestCommitTsXid
TransactionId newestCommitTsXid
FullTransactionId latestCompletedXid
FullTransactionId nextXid
pg_atomic_uint64 insertingAt
XLogRecPtr lastImportantAt
pg_atomic_uint64 minWaitedLSN[WAIT_LSN_TYPE_COUNT]
CheckPoint lastCheckPoint
XLogRecPtr InitializedUpTo
pg_time_t lastSegSwitchTime
XLogRecPtr replicationSlotMinLSN
RecoveryState SharedRecoveryState
TimeLineID InsertTimeLineID
XLogRecPtr lastSegSwitchLSN
XLogSegNo lastRemovedSegNo
pg_atomic_uint64 * xlblocks
pg_atomic_uint64 logWriteResult
XLogRecPtr lastCheckPointRecPtr
XLogRecPtr lastFpwDisableRecPtr
bool InstallXLogFileSegmentActive
XLogRecPtr lastCheckPointEndPtr
pg_atomic_uint64 logFlushResult
pg_atomic_uint64 logInsertResult
TimeLineID PrevTimeLineID
pg_atomic_uint64 unloggedLSN
WALInsertLockPadded * WALInsertLocks
char pad[PG_CACHE_LINE_SIZE]
XLogRecPtr lastBackupStart
void StartupSUBTRANS(TransactionId oldestActiveXID)
void CheckPointSUBTRANS(void)
void BootStrapSUBTRANS(void)
void TruncateSUBTRANS(TransactionId oldestXact)
void ProcessSyncRequests(void)
void SyncPreCheckpoint(void)
void SyncPostCheckpoint(void)
TimeoutId RegisterTimeout(TimeoutId id, timeout_handler_proc handler)
@ STARTUP_PROGRESS_TIMEOUT
#define TransactionIdRetreat(dest)
#define InvalidTransactionId
static void FullTransactionIdRetreat(FullTransactionId *dest)
#define XidFromFullTransactionId(x)
#define FirstGenbkiObjectId
#define FirstNormalTransactionId
#define TransactionIdIsValid(xid)
static FullTransactionId FullTransactionIdFromEpochAndXid(uint32 epoch, TransactionId xid)
#define TransactionIdIsNormal(xid)
#define FullTransactionIdPrecedes(a, b)
static bool TransactionIdPrecedes(TransactionId id1, TransactionId id2)
void RecoverPreparedTransactions(void)
void restoreTwoPhaseData(void)
TransactionId PrescanPreparedTransactions(TransactionId **xids_p, int *nxids_p)
void StandbyRecoverPreparedTransactions(void)
void CheckPointTwoPhase(XLogRecPtr redo_horizon)
char pad[PG_CACHE_LINE_SIZE]
bool SplitIdentifierString(char *rawstring, char separator, List **namelist)
void SetTransactionIdLimit(TransactionId oldest_datfrozenxid, Oid oldest_datoid)
void AdvanceOldestClogXid(TransactionId oldest_datfrozenxid)
TransamVariablesData * TransamVariables
static void pgstat_report_wait_start(uint32 wait_event_info)
static void pgstat_report_wait_end(void)
#define WL_EXIT_ON_PM_DEATH
static TimestampTz wakeup[NUM_WALRCV_WAKEUPS]
XLogRecPtr GetWalRcvFlushRecPtr(XLogRecPtr *latestChunkStart, TimeLineID *receiveTLI)
void ShutdownWalRcv(void)
void WalSndWakeup(bool physical, bool logical)
void WalSndInitStopping(void)
void WalSndWaitStopping(void)
static void WalSndWakeupProcessRequests(bool physical, bool logical)
#define WalSndWakeupRequest()
void WaitForWalSummarization(XLogRecPtr lsn)
void WakeupWalSummarizer(void)
XLogRecPtr GetOldestUnsummarizedLSN(TimeLineID *tli, bool *lsn_is_exact)
#define readlink(path, buf, size)
int gettimeofday(struct timeval *tp, void *tzp)
void MarkSubxactTopXidLogged(void)
void MarkCurrentTransactionIdLoggedIfAny(void)
int XLogFileInit(XLogSegNo logsegno, TimeLineID logtli)
void assign_wal_sync_method(int new_wal_sync_method, void *extra)
static void CreateEndOfRecoveryRecord(void)
uint64 GetSystemIdentifier(void)
int wal_decode_buffer_size
XLogRecPtr ProcLastRecPtr
static XLogCtlData * XLogCtl
void UpdateFullPageWrites(void)
bool RecoveryInProgress(void)
static void CleanupBackupHistory(void)
void GetFullPageWriteInfo(XLogRecPtr *RedoRecPtr_p, bool *doPageWrites_p)
TimeLineID GetWALInsertionTimeLine(void)
XLogRecPtr RequestXLogSwitch(bool mark_unimportant)
void do_pg_abort_backup(int code, Datum arg)
XLogSegNo XLogGetLastRemovedSegno(void)
XLogRecPtr XLogInsertRecord(XLogRecData *rdata, XLogRecPtr fpw_lsn, uint8 flags, int num_fpi, uint64 fpi_bytes, bool topxid_included)
char * XLogArchiveCommand
Size WALReadFromBuffers(char *dstbuf, XLogRecPtr startptr, Size count, TimeLineID tli)
static XLogRecPtr WaitXLogInsertionsToFinish(XLogRecPtr upto)
static void WALInsertLockRelease(void)
static XLogRecPtr XLogBytePosToRecPtr(uint64 bytepos)
static void WALInsertLockUpdateInsertingAt(XLogRecPtr insertingAt)
XLogRecPtr GetRedoRecPtr(void)
void assign_wal_consistency_checking(const char *newval, void *extra)
static void InitControlFile(uint64 sysidentifier, uint32 data_checksum_version)
void SetInstallXLogFileSegmentActive(void)
static void AdvanceXLInsertBuffer(XLogRecPtr upto, TimeLineID tli, bool opportunistic)
static void WALInsertLockAcquireExclusive(void)
static void UpdateControlFile(void)
bool IsInstallXLogFileSegmentActive(void)
void BootStrapXLOG(uint32 data_checksum_version)
XLogRecPtr XactLastRecEnd
bool CreateRestartPoint(int flags)
static void ValidateXLOGDirectoryStructure(void)
static void RemoveOldXlogFiles(XLogSegNo segno, XLogRecPtr lastredoptr, XLogRecPtr endptr, TimeLineID insertTLI)
static XLogRecPtr CreateOverwriteContrecordRecord(XLogRecPtr aborted_lsn, XLogRecPtr pagePtr, TimeLineID newTLI)
XLogRecPtr GetInsertRecPtr(void)
static void CalculateCheckpointSegments(void)
XLogRecPtr XLogGetReplicationSlotMinimumLSN(void)
SessionBackupState get_backup_status(void)
static void XLogReportParameters(void)
#define RefreshXLogWriteResult(_target)
void CheckXLogRemoved(XLogSegNo segno, TimeLineID tli)
static void LogCheckpointStart(int flags, bool restartpoint)
static XLogRecPtr RedoRecPtr
void assign_checkpoint_completion_target(double newval, void *extra)
static bool InstallXLogFileSegment(XLogSegNo *segno, char *tmppath, bool find_free, XLogSegNo max_segno, TimeLineID tli)
static void WriteControlFile(void)
WALAvailability GetWALAvailability(XLogRecPtr targetLSN)
const char * show_archive_command(void)
#define UsableBytesInPage
void ShutdownXLOG(int code, Datum arg)
bool DataChecksumsEnabled(void)
static bool PerformRecoveryXLogAction(void)
RecoveryState GetRecoveryState(void)
static void CleanupAfterArchiveRecovery(TimeLineID EndOfLogTLI, XLogRecPtr EndOfLog, TimeLineID newTLI)
#define ConvertToXSegs(x, segsize)
static void RemoveXlogFile(const struct dirent *segment_de, XLogSegNo recycleSegNo, XLogSegNo *endlogSegNo, TimeLineID insertTLI)
pg_time_t GetLastSegSwitchData(XLogRecPtr *lastSwitchLSN)
const char * show_effective_wal_level(void)
static int XLOGChooseNumBuffers(void)
static XLogRecPtr XLogBytePosToEndRecPtr(uint64 bytepos)
static int get_sync_bit(int method)
static XLogwrtResult LogwrtResult
void XLogSetReplicationSlotMinimumLSN(XLogRecPtr lsn)
static void LogCheckpointEnd(bool restartpoint)
void SwitchIntoArchiveRecovery(XLogRecPtr EndRecPtr, TimeLineID replayTLI)
static bool lastFullPageWrites
char * wal_consistency_checking_string
static void WALInsertLockAcquire(void)
static void CopyXLogRecordToWAL(int write_len, bool isLogSwitch, XLogRecData *rdata, XLogRecPtr StartPos, XLogRecPtr EndPos, TimeLineID tli)
bool GetDefaultCharSignedness(void)
static double CheckPointDistanceEstimate
static uint64 XLogRecPtrToBytePos(XLogRecPtr ptr)
const char * show_in_hot_standby(void)
XLogRecPtr GetXLogInsertRecPtr(void)
void SetWalWriterSleeping(bool sleeping)
static void XLogInitNewTimeline(TimeLineID endTLI, XLogRecPtr endOfLog, TimeLineID newTLI)
static void CheckRequiredParameterValues(void)
#define XLogRecPtrToBufIdx(recptr)
int XLogFileOpen(XLogSegNo segno, TimeLineID tli)
int max_slot_wal_keep_size_mb
XLogRecPtr GetFlushRecPtr(TimeLineID *insertTLI)
static void PreallocXlogFiles(XLogRecPtr endptr, TimeLineID tli)
static bool holdingAllLocks
static TimeLineID openLogTLI
XLogRecPtr XactLastCommitEnd
WalLevel GetActiveWalLevelOnStandby(void)
static void KeepLogSeg(XLogRecPtr recptr, XLogSegNo *logSegNo)
static void XLogWrite(XLogwrtRqst WriteRqst, TimeLineID tli, bool flexible)
void InitializeWalConsistencyChecking(void)
static void UpdateMinRecoveryPoint(XLogRecPtr lsn, bool force)
static int LocalSetXLogInsertAllowed(void)
void assign_max_wal_size(int newval, void *extra)
void RemoveNonParentXlogFiles(XLogRecPtr switchpoint, TimeLineID newTLI)
XLogRecPtr GetLastImportantRecPtr(void)
void xlog_redo(XLogReaderState *record)
static void RecoveryRestartPoint(const CheckPoint *checkPoint, XLogReaderState *record)
bool XLogNeedsFlush(XLogRecPtr record)
void register_persistent_abort_backup_handler(void)
static double PrevCheckPointDistance
void ReachedEndOfBackup(XLogRecPtr EndRecPtr, TimeLineID tli)
void LocalProcessControlFile(bool reset)
static void XLogFileClose(void)
static void UpdateCheckPointDistanceEstimate(uint64 nbytes)
static bool LocalRecoveryInProgress
XLogSegNo XLogGetOldestSegno(TimeLineID tli)
XLogRecPtr GetXLogWriteRecPtr(void)
void ResetInstallXLogFileSegmentActive(void)
static WALInsertLockPadded * WALInsertLocks
static XLogSegNo openLogSegNo
#define INSERT_FREESPACE(endptr)
int wal_retrieve_retry_interval
bool XLogBackgroundFlush(void)
const struct config_enum_entry archive_mode_options[]
void GetOldestRestartPoint(XLogRecPtr *oldrecptr, TimeLineID *oldtli)
char * GetMockAuthenticationNonce(void)
static XLogSegNo XLOGfileslop(XLogRecPtr lastredoptr)
static int UsableBytesInSegment
static char * GetXLogBuffer(XLogRecPtr ptr, TimeLineID tli)
@ WALINSERT_SPECIAL_SWITCH
@ WALINSERT_SPECIAL_CHECKPOINT
bool XLogInsertAllowed(void)
void do_pg_backup_start(const char *backupidstr, bool fast, List **tablespaces, BackupState *state, StringInfo tblspcmapfile)
static ControlFileData * ControlFile
bool check_wal_segment_size(int *newval, void **extra, GucSource source)
static void XLogFileCopy(TimeLineID destTLI, XLogSegNo destsegno, TimeLineID srcTLI, XLogSegNo srcsegno, int upto)
static int LocalXLogInsertAllowed
static void RemoveTempXlogFiles(void)
XLogRecPtr XLogRestorePoint(const char *rpName)
static XLogRecPtr LocalMinRecoveryPoint
#define NUM_XLOGINSERT_LOCKS
TimeLineID GetWALInsertionTimeLineIfSet(void)
void do_pg_backup_stop(BackupState *state, bool waitforarchive)
bool check_wal_consistency_checking(char **newval, void **extra, GucSource source)
const struct config_enum_entry wal_sync_method_options[]
bool CreateCheckPoint(int flags)
#define BootstrapTimeLineID
CheckpointStatsData CheckpointStats
bool check_wal_buffers(int *newval, void **extra, GucSource source)
XLogRecPtr GetFakeLSNForUnloggedRel(void)
static char * str_time(pg_time_t tnow, char *buf, size_t bufsize)
void XLogPutNextOid(Oid nextOid)
void XLogFlush(XLogRecPtr record)
static void ReadControlFile(void)
static SessionBackupState sessionBackupState
static void CheckPointGuts(XLogRecPtr checkPointRedo, int flags)
static bool updateMinRecoveryPoint
static bool check_wal_consistency_checking_deferred
static void ReserveXLogInsertLocation(int size, XLogRecPtr *StartPos, XLogRecPtr *EndPos, XLogRecPtr *PrevPtr)
void XLogShutdownWalRcv(void)
static void UpdateLastRemovedPtr(char *filename)
static TimeLineID LocalMinRecoveryPointTLI
void issue_xlog_fsync(int fd, XLogSegNo segno, TimeLineID tli)
static bool ReserveXLogSwitch(XLogRecPtr *StartPos, XLogRecPtr *EndPos, XLogRecPtr *PrevPtr)
void XLogSetAsyncXactLSN(XLogRecPtr asyncXactLSN)
bool XLogCheckpointNeeded(XLogSegNo new_segno)
bool * wal_consistency_checking
static int XLogFileInitInternal(XLogSegNo logsegno, TimeLineID logtli, bool *added, char *path)
static void update_checkpoint_display(int flags, bool restartpoint, bool reset)
#define XLogArchivingActive()
#define TABLESPACE_MAP_OLD
#define XLOG_MARK_UNIMPORTANT
#define CHECKPOINT_FLUSH_UNLOGGED
#define XLogLogicalInfoActive()
#define STANDBY_SIGNAL_FILE
#define CHECKPOINT_CAUSE_XLOG
#define CHECKPOINT_END_OF_RECOVERY
#define BACKUP_LABEL_FILE
#define CHECKPOINT_CAUSE_TIME
#define RECOVERY_SIGNAL_FILE
#define CHECKPOINT_IS_SHUTDOWN
#define XLogArchivingAlways()
@ WAL_SYNC_METHOD_FDATASYNC
@ WAL_SYNC_METHOD_FSYNC_WRITETHROUGH
@ WAL_SYNC_METHOD_OPEN_DSYNC
#define XLogStandbyInfoActive()
#define XLP_FIRST_IS_CONTRECORD
static RmgrData GetRmgr(RmgrId rmid)
#define IsValidWalSegSize(size)
XLogLongPageHeaderData * XLogLongPageHeader
#define XLP_FIRST_IS_OVERWRITE_CONTRECORD
#define XLOG_CONTROL_FILE
#define XLogSegmentOffset(xlogptr, wal_segsz_bytes)
static bool IsXLogFileName(const char *fname)
static void XLogFromFileName(const char *fname, TimeLineID *tli, XLogSegNo *logSegNo, int wal_segsz_bytes)
#define XLByteToPrevSeg(xlrp, logSegNo, wal_segsz_bytes)
#define XLogSegNoOffsetToRecPtr(segno, offset, wal_segsz_bytes, dest)
XLogPageHeaderData * XLogPageHeader
static bool IsBackupHistoryFileName(const char *fname)
#define XLP_BKP_REMOVABLE
#define XLByteToSeg(xlrp, logSegNo, wal_segsz_bytes)
static void BackupHistoryFileName(char *fname, TimeLineID tli, XLogSegNo logSegNo, XLogRecPtr startpoint, int wal_segsz_bytes)
static void XLogFilePath(char *path, TimeLineID tli, XLogSegNo logSegNo, int wal_segsz_bytes)
#define XRecOffIsValid(xlrp)
#define SizeOfXLogShortPHD
#define SizeOfXLogLongPHD
static void XLogFileName(char *fname, TimeLineID tli, XLogSegNo logSegNo, int wal_segsz_bytes)
static void BackupHistoryFilePath(char *path, TimeLineID tli, XLogSegNo logSegNo, XLogRecPtr startpoint, int wal_segsz_bytes)
static bool RmgrIdExists(RmgrId rmid)
#define XLByteInPrevSeg(xlrp, logSegNo, wal_segsz_bytes)
static bool IsPartialXLogFileName(const char *fname)
bool XLogArchiveIsReadyOrDone(const char *xlog)
bool XLogArchiveIsBusy(const char *xlog)
bool XLogArchiveIsReady(const char *xlog)
void XLogArchiveNotifySeg(XLogSegNo segno, TimeLineID tli)
void ExecuteRecoveryCommand(const char *command, const char *commandName, bool failOnSignal, uint32 wait_event_info)
bool XLogArchiveCheckDone(const char *xlog)
void XLogArchiveNotify(const char *xlog)
void XLogArchiveCleanup(const char *xlog)
char * build_backup_content(BackupState *state, bool ishistoryfile)
#define XLogRecPtrIsValid(r)
#define LSN_FORMAT_ARGS(lsn)
#define FirstNormalUnloggedLSN
#define InvalidXLogRecPtr
#define DEFAULT_WAL_SYNC_METHOD
XLogRecPtr XLogInsert(RmgrId rmid, uint8 info)
void XLogRegisterData(const void *data, uint32 len)
void XLogSetRecordFlags(uint8 flags)
void XLogBeginInsert(void)
XLogReaderState * XLogReaderAllocate(int wal_segment_size, const char *waldir, XLogReaderRoutine *routine, void *private_data)
bool DecodeXLogRecord(XLogReaderState *state, DecodedXLogRecord *decoded, XLogRecord *record, XLogRecPtr lsn, char **errormsg)
size_t DecodeXLogRecordRequiredSpace(size_t xl_tot_len)
#define XLogRecGetInfo(decoder)
#define XLogRecGetData(decoder)
#define XLogRecMaxBlockId(decoder)
#define XLogRecHasBlockImage(decoder, block_id)
#define XLogRecHasAnyBlockRefs(decoder)
#define SizeOfXLogRecordDataHeaderShort
#define XLR_BLOCK_ID_DATA_SHORT
void ShutdownWalRecovery(void)
bool ArchiveRecoveryRequested
void RecoveryRequiresIntParameter(const char *param_name, int currValue, int minValue)
void PerformWalRecovery(void)
char * archiveCleanupCommand
XLogRecPtr GetCurrentReplayRecPtr(TimeLineID *replayEndTLI)
void xlog_outdesc(StringInfo buf, XLogReaderState *record)
bool PromoteIsTriggered(void)
static XLogRecPtr missingContrecPtr
XLogRecPtr GetXLogReplayRecPtr(TimeLineID *replayTLI)
static XLogRecPtr abortedRecPtr
EndOfWalRecoveryInfo * FinishWalRecovery(void)
void InitWalRecovery(ControlFileData *ControlFile, bool *wasShutdown_ptr, bool *haveBackupLabel_ptr, bool *haveTblspcMap_ptr)
char * recoveryEndCommand
TimeLineID recoveryTargetTLI
TimestampTz GetLatestXTime(void)
bool XLogHaveInvalidPages(void)
XLogRedoAction XLogReadBufferForRedo(XLogReaderState *record, uint8 block_id, Buffer *buf)
HotStandbyState standbyState
struct WaitLSNState * waitLSNState
void WaitLSNWakeup(WaitLSNType lsnType, XLogRecPtr currentLSN)
@ WAIT_LSN_TYPE_PRIMARY_FLUSH
@ WAIT_LSN_TYPE_STANDBY_REPLAY
@ WAIT_LSN_TYPE_STANDBY_FLUSH
@ WAIT_LSN_TYPE_STANDBY_WRITE