Skip to content

Commit c7d225e

Browse files
committed
Fix typo in comment
Author: Masahiko Sawada <sawada.mshk@gmail.com>
1 parent a1888b5 commit c7d225e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlogutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ XLogRead(char *buf, TimeLineID tli, XLogRecPtr startptr, Size count)
780780
*
781781
* We can't just check the timeline when we read a page on a different segment
782782
* to the last page. We could've received a timeline switch from a cascading
783-
* upstream, so the current segment ends apruptly (possibly getting renamed to
783+
* upstream, so the current segment ends abruptly (possibly getting renamed to
784784
* .partial) and we have to switch to a new one. Even in the middle of reading
785785
* a page we could have to dump the cached page and switch to a new TLI.
786786
*

0 commit comments

Comments
 (0)