Commit 0d2235a2 authored by Robert Haas's avatar Robert Haas

Remove duplicate word in comment.

Noted by Peter Geoghegan.
parent f33fe47a
...@@ -1909,7 +1909,7 @@ XLogWrite(XLogwrtRqst WriteRqst, bool flexible, bool xlog_switch) ...@@ -1909,7 +1909,7 @@ XLogWrite(XLogwrtRqst WriteRqst, bool flexible, bool xlog_switch)
/* /*
* Record the LSN for an asynchronous transaction commit/abort * Record the LSN for an asynchronous transaction commit/abort
* and nudge the WALWriter if there is a complete page to write. * 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 void
XLogSetAsyncXactLSN(XLogRecPtr asyncXactLSN) XLogSetAsyncXactLSN(XLogRecPtr asyncXactLSN)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment