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 parentb4ce97a commit755ebfaCopy full SHA for 755ebfa
src/backend/access/transam/xlog.c
@@ -3069,7 +3069,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
3069
*
3070
* destsegno: identify segment to be created.
3071
3072
- * srcTLI,srclog, srcseg: identify segment to be copied (could be from
+ * srcTLI,srcsegno: identify segment to be copied (could be from
3073
*a different timeline)
3074
3075
* upto: how much of the source file to copy (the rest is filled with
@@ -6977,7 +6977,7 @@ StartupXLOG(void)
6977
* EndOfLogTLI is the TLI in the filename of the XLOG segment containing
6978
* the end-of-log. It could be different from the timeline that EndOfLog
6979
* 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
+ * and we were reading the oldWAL from a segment belonging to a higher
6981
* timeline.
6982
*/
6983
EndOfLogTLI=xlogreader->readPageTLI;