8000 Fix typo in comment. · sqlparser/postgres@62bcc1c · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 62bcc1c

Browse files
committed
Fix typo in comment.
1 parent b94b9e4 commit 62bcc1c

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

0 commit comments

Comments
 (0)
0