@@ -424,9 +424,9 @@ typedef struct XLogCtlInsert
424
424
/*
425
425
* CurrBytePos is the end of reserved WAL. The next record will be inserted
426
426
* at that position. PrevBytePos is the start position of the previously
427
- * inserted (or rather, reserved) record - it is copied to thethe prev-
428
- *link of the next record. These are stored as "usable byte positions"
429
- *rather than XLogRecPtrs (see XLogBytePosToRecPtr()).
427
+ * inserted (or rather, reserved) record - it is copied to the prev-link
428
+ * of the next record. These are stored as "usable byte positions" rather
429
+ * than XLogRecPtrs (see XLogBytePosToRecPtr()).
430
430
*/
431
431
uint64 CurrBytePos ;
432
432
uint64 PrevBytePos ;
@@ -10831,7 +10831,7 @@ XLogPageRead(XLogReaderState *xlogreader, XLogRecPtr targetPagePtr, int reqLen,
10831
10831
* 'tliRecPtr' is the position of the WAL record we're interested in. It is
10832
10832
* used to decide which timeline to stream the requested WAL from.
10833
10833
*
10834
- * If thethe record is not immediately available, the function returns false
10834
+ * If the record is not immediately available, the function returns false
10835
10835
* if we're not in standby mode. In standby mode, waits for it to become
10836
10836
* available.
10837
10837
*