diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-03-15 17:57:17 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-03-15 17:57:17 -0300 |
commit | 5bcc413f80de4e0bc8f0df15d7d0ac2e8272dec5 (patch) | |
tree | 4fb64b3f590d6ce7765a491a8746aad22685653e /src/backend/access/transam/xlog.c | |
parent | 4a46a99d8936328ab00e54bf8a2900832c4687e7 (diff) | |
download | postgresql-5bcc413f80de4e0bc8f0df15d7d0ac2e8272dec5.tar.gz postgresql-5bcc413f80de4e0bc8f0df15d7d0ac2e8272dec5.zip |
Fix typos in comments
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 5b1c3611176..f70bb49012e 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -3115,7 +3115,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock) * * destsegno: identify segment to be created. * - * srcTLI, srclog, srcseg: identify segment to be copied (could be from + * srcTLI, srcsegno: identify segment to be copied (could be from * a different timeline) * * upto: how much of the source file to copy (the rest is filled with @@ -7020,7 +7020,7 @@ StartupXLOG(void) * EndOfLogTLI is the TLI in the filename of the XLOG segment containing * the end-of-log. It could be different from the timeline that EndOfLog * nominally belongs to, if there was a timeline switch in that segment, - * and we were reading the old wAL from a segment belonging to a higher + * and we were reading the old WAL from a segment belonging to a higher * timeline. */ EndOfLogTLI = xlogreader->readPageTLI; |