aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-03-14 12:57:10 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-03-14 12:58:39 -0400
commita47b38c9ee4960556b0edb76a42171bd281cc1cf (patch)
treeee7b8827e4a9d960a51496eb0d5882a01ec292bd /src/backend/access/transam/xlog.c
parentf97a028d8ee3e7d64a93285707af94b612c47651 (diff)
downloadpostgresql-a47b38c9ee4960556b0edb76a42171bd281cc1cf.tar.gz
postgresql-a47b38c9ee4960556b0edb76a42171bd281cc1cf.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index c8c2dd8ccaa..64335f909e3 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,