diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-06-06 18:25:26 +0300 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-06-06 18:26:18 +0300 |
| commit | 62bcc1ce493fec5e9b23ba6db7e31398fde90bf2 (patch) | |
| tree | 20d7fbc27556ccb09b00ad22eaee074d43297b8f | |
| parent | b94b9e4bb41217650ad487677013a91b0444bb51 (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 f13f3131079..ac8521e0185 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -6169,7 +6169,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 |
