[HACKERS] What does it mean by XLOG_BACKUP_RECORD? - Mailing list pgsql-hackers

From Masahiko Sawada
Subject [HACKERS] What does it mean by XLOG_BACKUP_RECORD?
Date
Msg-id CAD21AoCh0D-ww2pHDNTwDTnqbej_y11q34qbjpR_7Za-RZe57w@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] What does it mean by XLOG_BACKUP_RECORD?  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Hi,

While reading source codes I found the following comment in xlog.c.

/** Have we passed our safe starting point? Note that minRecoveryPoint is* known to be incorrectly set if
ControlFile->backupEndRequired,until* the XLOG_BACKUP_RECORD arrives to advise us of the correct* minRecoveryPoint. All
weknow prior to that is that we're not* consistent yet.*/
 
if (!reachedConsistency && !ControlFile->backupEndRequired &&   minRecoveryPoint <= lastReplayedEndRecPtr &&
XLogRecPtrIsInvalid(ControlFile->backupStartPoint))

What does XLOG_BACKUP_RECORED means by? I could not find such XLOG info value.
Does it mean XLOG_BACKUP_END?

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Broken hint bits (freeze)
Next
From: Craig Ringer
Date:
Subject: Re: protocol version negotiation (Re: [HACKERS] Libpq PGRES_COPY_BOTH- version compatibility)