8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9c6dc commit 7d0d2b8Copy full SHA for 7d0d2b8
src/backend/access/transam/xlog.c
@@ -2840,7 +2840,7 @@ XLogFlush(XLogRecPtr record)
2840
2841
/*
2842
* Re-check how far we can now flush the WAL. It's generally not
2843
- * safe to call WaitXLogInsetionsToFinish while holding
+ * safe to call WaitXLogInsertionsToFinish while holding
2844
* WALWriteLock, because an in-progress insertion might need to
2845
* also grab WALWriteLock to make progress. But we know that all
2846
* the insertions up to insertpos have already finished, because
0 commit comments