projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b505c2
)
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 8814c00221d4ed78cab1a7495306664dcb6981fa..7939d743a84ef831eaf69d46e21caeb7d6c23e7a 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-2389,7
+2389,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