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

Commit755ebfa

Browse files
committed
Fix typos in comments
1 parentb4ce97a commit755ebfa

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
@@ -3069,7 +3069,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
30693069
*
30703070
* destsegno: identify segment to be created.
30713071
*
3072-
* srcTLI,srclog, srcseg: identify segment to be copied (could be from
3072+
* srcTLI,srcsegno: identify segment to be copied (could be from
30733073
*a different timeline)
30743074
*
30753075
* upto: how much of the source file to copy (the rest is filled with
@@ -6977,7 +6977,7 @@ StartupXLOG(void)
69776977
* EndOfLogTLI is the TLI in the filename of the XLOG segment containing
69786978
* the end-of-log. It could be different from the timeline that EndOfLog
69796979
* nominally belongs to, if there was a timeline switch in that segment,
6980-
* and we were reading the oldwAL from a segment belonging to a higher
6980+
* and we were reading the oldWAL from a segment belonging to a higher
69816981
* timeline.
69826982
*/
69836983
EndOfLogTLI=xlogreader->readPageTLI;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp