mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
@ -780,7 +780,7 @@ XLogRead(char *buf, TimeLineID tli, XLogRecPtr startptr, Size count)
|
|||||||
*
|
*
|
||||||
* We can't just check the timeline when we read a page on a different segment
|
* We can't just check the timeline when we read a page on a different segment
|
||||||
* to the last page. We could've received a timeline switch from a cascading
|
* to the last page. We could've received a timeline switch from a cascading
|
||||||
* upstream, so the current segment ends apruptly (possibly getting renamed to
|
* upstream, so the current segment ends abruptly (possibly getting renamed to
|
||||||
* .partial) and we have to switch to a new one. Even in the middle of reading
|
* .partial) and we have to switch to a new one. Even in the middle of reading
|
||||||
* a page we could have to dump the cached page and switch to a new TLI.
|
* a page we could have to dump the cached page and switch to a new TLI.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user