Skip to content

Commit 7e775be

Browse files
committed
Fix typo in comment.
1 parent 17fa4c3 commit 7e775be

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6744,7 +6744,7 @@ StartupXLOG(void)
67446744
* recoveryLastXTime.
67456745
*
67466746
* This is slightly confusing if we're starting from an online
6747-
* checkpoint; we've just read and replayed the chekpoint record, but
6747+
* checkpoint; we've just read and replayed the checkpoint record, but
67486748
* we're going to start replay from its redo pointer, which precedes
67496749
* the location of the checkpoint record itself. So even though the
67506750
* last record we've replayed is indeed ReadRecPtr, we haven't

0 commit comments

Comments
 (0)