Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5bcc413

Browse files
committed
Fix typos in comments
1 parent 4a46a99 commit 5bcc413

File tree

1 file changed

+2
-2
lines changed
  • src/backend/access/transam

1 file changed

+2
-2
lines changed

src/backend/access/transam/xlog.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3115,7 +3115,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
31153115
*
31163116
* destsegno: identify segment to be created.
31173117
*
3118-
* srcTLI, srclog, srcseg: identify segment to be copied (could be from
3118+
* srcTLI, srcsegno: identify segment to be copied (could be from
31193119
* a different timeline)
31203120
*
31213121
* upto: how much of the source file to copy (the rest is filled with
@@ -7020,7 +7020,7 @@ StartupXLOG(void)
70207020
* EndOfLogTLI is the TLI in the filename of the XLOG segment containing
70217021
* the end-of-log. It could be different from the timeline that EndOfLog
70227022
* nominally belongs to, if there was a timeline switch in that segment,
7023-
* and we were reading the old wAL from a segment belonging to a higher
7023+
* and we were reading the old WAL from a segment belonging to a higher
70247024
* timeline.
70257025
*/
70267026
EndOfLogTLI = xlogreader->readPageTLI;

0 commit comments

Comments
 (0)