We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb8519 commit f6a54feCopy full SHA for f6a54fe
src/backend/access/transam/xlog.c
@@ -2651,7 +2651,7 @@ XLogFlush(XLogRecPtr record)
2651
2652
/*
2653
* Re-check how far we can now flush the WAL. It's generally not
2654
- * safe to call WaitXLogInsetionsToFinish while holding
+ * safe to call WaitXLogInsertionsToFinish while holding
2655
* WALWriteLock, because an in-progress insertion might need to
2656
* also grab WALWriteLock to make progress. But we know that all
2657
* the insertions up to insertpos have already finished, because
0 commit comments