projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a1459f
)
Fix mistake in comment
author
Peter Eisentraut
Fri, 8 Dec 2017 16:16:23 +0000
(11:16 -0500)
committer
Peter Eisentraut
Fri, 8 Dec 2017 16:18:10 +0000
(11:18 -0500)
Reported-by: Masahiko Sawada
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 3fedba3288e308de0a7749999c95e9926764a643..2837943a46e0a5d7a4fdf24992acade51e73c19a 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-6341,7
+6341,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.
*/