projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd759b9
)
Fix mistake in comment
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 8 Dec 2017 16:16:23 +0000
(11:16 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 8 Dec 2017 16:23:36 +0000
(11:23 -0500)
Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index e46ee553d65f9c9fde959a589117c4d6d76406ed..0791404263e56b498052aef3cc87c5c9b6e1d927 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-7868,7
+7868,7
@@
CheckRecoveryConsistency(void)
/*
* Have we passed our safe starting point? Note that minRecoveryPoint is
* known to be incorrectly set if ControlFile->backupEndRequired, until
- * the XLOG_BACKUP_
RECOR
D arrives to advise us of the correct
+ * the XLOG_BACKUP_
EN
D arrives to advise us of the correct
* minRecoveryPoint. All we know prior to that is that we're not
* consistent yet.
*/