We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4a46a99 commit5bcc413Copy full SHA for 5bcc413
src/backend/access/transam/xlog.c
@@ -3115,7 +3115,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
3115
*
3116
* destsegno: identify segment to be created.
3117
3118
- * srcTLI,srclog, srcseg: identify segment to be copied (could be from
+ * srcTLI,srcsegno: identify segment to be copied (could be from
3119
*a different timeline)
3120
3121
* upto: how much of the source file to copy (the rest is filled with
@@ -7020,7 +7020,7 @@ StartupXLOG(void)
7020
* EndOfLogTLI is the TLI in the filename of the XLOG segment containing
7021
* the end-of-log. It could be different from the timeline that EndOfLog
7022
* 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
+ * and we were reading the oldWAL from a segment belonging to a higher
7024
* timeline.
7025
*/
7026
EndOfLogTLI=xlogreader->readPageTLI;