summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas2012-04-30 17:14:46 +0000
committerRobert Haas2012-04-30 17:14:46 +0000
commit0d2235a25bc71848c18f551f992b3eed8cec2399 (patch)
treeaa5f90e0d2c5a09e80511e8ad822255a0e9055c2
parentf33fe47a9169eec692b80c17ea47bd2f9c261aaf (diff)
Remove duplicate word in comment.
Noted by Peter Geoghegan.
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index fe33c87dbf2..debf12eaedc 100644
--- 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)