Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5bcc413

Browse files
committed
Fix typos in comments
1 parent4a46a99 commit5bcc413

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

Lines changed: 2 additions & 2 deletions
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 oldwAL from a segment belonging to a higher
7023+
* and we were reading the oldWAL from a segment belonging to a higher
70247024
* timeline.
70257025
*/
70267026
EndOfLogTLI=xlogreader->readPageTLI;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp