diff options
author | Peter Eisentraut | 2017-03-14 16:57:10 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-03-14 16:58:39 +0000 |
commit | a47b38c9ee4960556b0edb76a42171bd281cc1cf (patch) | |
tree | ee7b8827e4a9d960a51496eb0d5882a01ec292bd /src/backend/access/transam/xlog.c | |
parent | f97a028d8ee3e7d64a93285707af94b612c47651 (diff) |
Spelling fixes
From: Josh Soref <[email protected]>
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 c8c2dd8cca..64335f909e 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -859,7 +859,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, |