Commit c7d225e2 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo in comment

Author: Masahiko Sawada <sawada.mshk@gmail.com>
parent a1888b59
...@@ -780,7 +780,7 @@ XLogRead(char *buf, TimeLineID tli, XLogRecPtr startptr, Size count) ...@@ -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.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment