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 12:58:39 -0400 |
commit | a47b38c9ee4960556b0edb76a42171bd281cc1cf (patch) | |
tree | ee7b8827e4a9d960a51496eb0d5882a01ec292bd /src/include/access/xlog_internal.h | |
parent | f97a028d8ee3e7d64a93285707af94b612c47651 (diff) | |
download | postgresql-a47b38c9ee4960556b0edb76a42171bd281cc1cf.tar.gz postgresql-a47b38c9ee4960556b0edb76a42171bd281cc1cf.zip |
Spelling fixes
From: Josh Soref <jsoref@gmail.com>
Diffstat (limited to 'src/include/access/xlog_internal.h')
-rw-r--r-- | src/include/access/xlog_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h index 578bff593c1..b8b15f18752 100644 --- a/src/include/access/xlog_internal.h +++ b/src/include/access/xlog_internal.h @@ -288,7 +288,7 @@ extern const RmgrData RmgrTable[]; * Exported to support xlog switching from checkpointer */ extern pg_time_t GetLastSegSwitchData(XLogRecPtr *lastSwitchLSN); -extern XLogRecPtr RequestXLogSwitch(bool mark_uninmportant); +extern XLogRecPtr RequestXLogSwitch(bool mark_unimportant); extern void GetOldestRestartPoint(XLogRecPtr *oldrecptr, TimeLineID *oldtli); |