mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Remove duplicate word in comment.
Noted by Peter Geoghegan.
This commit is contained in:
parent
f33fe47a91
commit
0d2235a25b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user