diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-03-14 12:57:10 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-03-14 13:45:54 -0400 |
commit | 18dc2aee5f303447bef48dee596a664d90f6939a (patch) | |
tree | 9bd4bbe36e45ad63dec29e347dcf0f17d2421ce5 /src/backend/access/transam/xlog.c | |
parent | 36fcb36b8b1858a588912a02f0ca9489b99ca423 (diff) |
Spelling fixes
From: Josh Soref <jsoref@gmail.com>
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-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 7a7e07a4752..287fd81a2dc 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -838,7 +838,7 @@ static bool InstallXLogFileSegment(XLogSegNo *segno, char *tmppath, bool find_free, XLogSegNo max_segno, bool use_lock); static int XLogFileRead(XLogSegNo segno, int emode, TimeLineID tli, - int source, bool notexistOk); + int source, bool notfoundOk); static int XLogFileReadAnyTLI(XLogSegNo segno, int emode, int source); static int XLogPageRead(XLogReaderState *xlogreader, XLogRecPtr targetPagePtr, int reqLen, XLogRecPtr targetRecPtr, char *readBuf, |