projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f33fe47
)
Remove duplicate word in comment.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 30 Apr 2012 17:14:46 +0000
(13:14 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 30 Apr 2012 17:14:46 +0000
(13:14 -0400)
Noted by Peter Geoghegan.
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 fe33c87dbf2e95047c073abeea983fa27a5f1323..debf12eaedcbad4f903868e8cfda05a2b33dd286 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-1909,7
+1909,7
@@
XLogWrite(XLogwrtRqst WriteRqst, bool flexible, bool xlog_switch)
/*
* Record the LSN for an asynchronous transaction commit/abort
* and nudge the WALWriter if there is a complete page to write.
- * (This should not be called for
for
synchronous commits.)
+ * (This should not be called for synchronous commits.)
*/
void
XLogSetAsyncXactLSN(XLogRecPtr asyncXactLSN)