Skip to content

Commit 7d0d2b8

Browse files
Fix spelling in comment
1 parent bd9c6dc commit 7d0d2b8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2840,7 +2840,7 @@ XLogFlush(XLogRecPtr record)
28402840

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

0 commit comments

Comments
 (0)