Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cb8519
)
Fix spelling in comment
author
Simon Riggs
<simon@2ndQuadrant.com>
Tue, 19 May 2015 22:37:46 +0000
(18:37 -0400)
committer
Simon Riggs
<simon@2ndQuadrant.com>
Tue, 19 May 2015 22:37:46 +0000
(18:37 -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 0485bb5201e442011974add04124f07ae24fff45..b203b82899a8aa21ba2b9b242cbd2049905d2652 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-2651,7
+2651,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