projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00fd434
)
Fix typos in comments
author
Alvaro Herrera
Tue, 15 Mar 2016 20:57:16 +0000
(17:57 -0300)
committer
Alvaro Herrera
Tue, 15 Mar 2016 20:57:16 +0000
(17:57 -0300)
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 7108bec69bb8103fce991c96787734266aa4fe0b..8268ba68df9816c8b9aa84dcc34538ffb4052b8d 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-3256,7
+3256,7
@@
XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
*
* destsegno: identify segment to be created.
*
- * srcTLI, src
log, srcseg
: identify segment to be copied (could be from
+ * srcTLI, src
segno
: identify segment to be copied (could be from
* a different timeline)
*
* Currently this is only used during recovery, and so there are no locking