Commit f73cb556 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in comment.

parent a6370fd9
...@@ -5441,7 +5441,7 @@ StartupXLOG(void) ...@@ -5441,7 +5441,7 @@ StartupXLOG(void)
* recoveryLastXTime. * recoveryLastXTime.
* *
* This is slightly confusing if we're starting from an online * This is slightly confusing if we're starting from an online
* checkpoint; we've just read and replayed the chekpoint record, but * checkpoint; we've just read and replayed the checkpoint record, but
* we're going to start replay from its redo pointer, which precedes * we're going to start replay from its redo pointer, which precedes
* the location of the checkpoint record itself. So even though the * the location of the checkpoint record itself. So even though the
* last record we've replayed is indeed ReadRecPtr, we haven't * last record we've replayed is indeed ReadRecPtr, we haven't
......
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