Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6370fd commit f73cb55Copy full SHA for f73cb55
src/backend/access/transam/xlog.c
@@ -5441,7 +5441,7 @@ StartupXLOG(void)
5441
* recoveryLastXTime.
5442
*
5443
* This is slightly confusing if we're starting from an online
5444
- * checkpoint; we've just read and replayed the chekpoint record, but
+ * checkpoint; we've just read and replayed the checkpoint record, but
5445
* we're going to start replay from its redo pointer, which precedes
5446
* the location of the checkpoint record itself. So even though the
5447
* last record we've replayed is indeed ReadRecPtr, we haven't
0 commit comments