Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
218b024
)
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:17:20 +0000
(11:17 -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 615ce5c7fd06282d5b4919e0063eda79b9b9c1af..66e7e99c0541b9d74032ec7d9463c40cbdf12c61 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-7832,7
+7832,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.
*/