projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd9c6dc
)
Fix spelling in comment
author
Simon Riggs
Tue, 19 May 2015 22:38:41 +0000
(18:38 -0400)
committer
Simon Riggs
Tue, 19 May 2015 22:38:41 +0000
(18:38 -0400)
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index 2ef9a94cc09171e96abd9c7fae51c48d8b741f10..f04fdf5fcf179d6bafee31bcac2fdb7b2ba72ada 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-2840,7
+2840,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 WaitXLogInse
r
tionsToFinish 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