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 parenta1888b5 commitc7d225eCopy full SHA for c7d225e
src/backend/access/transam/xlogutils.c
@@ -780,7 +780,7 @@ XLogRead(char *buf, TimeLineID tli, XLogRecPtr startptr, Size count)
780
*
781
* We can't just check the timeline when we read a page on a different segment
782
* to the last page. We could've received a timeline switch from a cascading
783
- * upstream, so the current segment endsapruptly (possibly getting renamed to
+ * upstream, so the current segment endsabruptly (possibly getting renamed to
784
* .partial) and we have to switch to a new one. Even in the middle of reading
785
* a page we could have to dump the cached page and switch to a new TLI.
786