diff options
author | Heikki Linnakangas | 2013-06-06 15:25:26 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2013-06-06 15:26:52 +0000 |
commit | 7e775be6d2cd414fa26e026bed50a9a5f2cd4a4d (patch) | |
tree | 2992ddc90d2d960a6768652e99922ed5092c36fb | |
parent | 17fa4c321ccf9693de406faffe6b235e949aa25f (diff) |
Fix typo in comment.
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index d4f96966c0a..42fa6aa7e9c 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -6744,7 +6744,7 @@ StartupXLOG(void) * recoveryLastXTime. * * 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 * the location of the checkpoint record itself. So even though the * last record we've replayed is indeed ReadRecPtr, we haven't |