1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Fix spelling in comment

This commit is contained in:
Simon Riggs 2015-05-19 18:37:46 -04:00
parent 5cb8519ceb
commit f6a54fefc2

View File

@ -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