Skip to content

Commit f6a54fe

Browse files
Fix spelling in comment
1 parent 5cb8519 commit f6a54fe

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2651,7 +2651,7 @@ XLogFlush(XLogRecPtr record)
26512651

26522652
/*
26532653
* Re-check how far we can now flush the WAL. It's generally not
2654-
* safe to call WaitXLogInsetionsToFinish while holding
2654+
* safe to call WaitXLogInsertionsToFinish while holding
26552655
* WALWriteLock, because an in-progress insertion might need to
26562656
* also grab WALWriteLock to make progress. But we know that all
26572657
* the insertions up to insertpos have already finished, because

0 commit comments

Comments
 (0)