diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2015-05-19 18:38:41 -0400 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2015-05-19 18:38:41 -0400 |
commit | 7d0d2b8da1fee13e473495ffdfc7d642b37ebd63 (patch) | |
tree | 1773cfe9fbabf436372a01529b1170698f6a2fcd /src/backend/access/transam/xlog.c | |
parent | bd9c6dc9ab9de8f07647015af65d6d2cec0057e3 (diff) | |
download | postgresql-7d0d2b8da1fee13e473495ffdfc7d642b37ebd63.tar.gz postgresql-7d0d2b8da1fee13e473495ffdfc7d642b37ebd63.zip |
Fix spelling in comment
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 2ef9a94cc09..f04fdf5fcf1 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -2840,7 +2840,7 @@ XLogFlush(XLogRecPtr record) /* * Re-check how far we can now flush the WAL. It's generally not - * safe to call WaitXLogInsetionsToFinish while holding + * safe to call WaitXLogInsertionsToFinish while holding * WALWriteLock, because an in-progress insertion might need to * also grab WALWriteLock to make progress. But we know that all * the insertions up to insertpos have already finished, because |