]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 16 Apr 2017 23:47:37 +0000 (19:47 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 16 Apr 2017 23:47:37 +0000 (19:47 -0400)
Author: Masahiko Sawada <sawada.mshk@gmail.com>

src/backend/access/transam/xlogutils.c

index 28c07d37c17648cd872263b5eac859905fdc3203..fb7f2e7974693f2389af0e6c5cc1a5e7dabce80e 100644 (file)
@@ -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
  * 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
  * a page we could have to dump the cached page and switch to a new TLI.
  *