Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0d2235a

Browse files
committed
Remove duplicate word in comment.
Noted by Peter Geoghegan.
1 parent f33fe47 commit 0d2235a

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@ XLogWrite(XLogwrtRqst WriteRqst, bool flexible, bool xlog_switch)
19091909
/*
19101910
* Record the LSN for an asynchronous transaction commit/abort
19111911
* and nudge the WALWriter if there is a complete page to write.
1912-
* (This should not be called for for synchronous commits.)
1912+
* (This should not be called for synchronous commits.)
19131913
*/
19141914
void
19151915
XLogSetAsyncXactLSN(XLogRecPtr asyncXactLSN)

0 commit comments

Comments
 (0)