8000 Fix typos in comments · prmdeveloper/postgres@755ebfa · GitHub
[go: up one dir, main page]

Skip to content

Commit 755ebfa

Browse files
committed
Fix typos in comments
1 parent b4ce97a commit 755ebfa

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 old wAL from a segment belonging to a higher
6980+
* and we were reading the old WAL from a segment belonging to a higher
69816981
* timeline.
69826982
*/
69836983
EndOfLogTLI = xlogreader->readPageTLI;

0 commit comments

Comments
 (0)
0