Commit f6a54fef authored by Simon Riggs's avatar Simon Riggs

Fix spelling in comment

parent 5cb8519c
......@@ -2651,7 +2651,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment