1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Fix typos in comments

This commit is contained in:
Alvaro Herrera
2016-03-15 17:57:17 -03:00
parent b4ce97aa5f
commit 755ebfa417

View File

@ -3069,7 +3069,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
* *
* destsegno: identify segment to be created. * destsegno: identify segment to be created.
* *
* srcTLI, srclog, srcseg: identify segment to be copied (could be from * srcTLI, srcsegno: identify segment to be copied (could be from
* a different timeline) * a different timeline)
* *
* upto: how much of the source file to copy (the rest is filled with * upto: how much of the source file to copy (the rest is filled with
@ -6977,7 +6977,7 @@ StartupXLOG(void)
* EndOfLogTLI is the TLI in the filename of the XLOG segment containing * EndOfLogTLI is the TLI in the filename of the XLOG segment containing
* the end-of-log. It could be different from the timeline that EndOfLog * the end-of-log. It could be different from the timeline that EndOfLog
* nominally belongs to, if there was a timeline switch in that segment, * nominally belongs to, if there was a timeline switch in that segment,
* and we were reading the old wAL from a segment belonging to a higher * and we were reading the old WAL from a segment belonging to a higher
* timeline. * timeline.
*/ */
EndOfLogTLI = xlogreader->readPageTLI; EndOfLogTLI = xlogreader->readPageTLI;