mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Remove duplicated words split across lines in comments
This has been detected using some interesting tricks with sed, and the method used is mentioned in details in the discussion below. Author: Justin Pryzby Discussion: https://postgr.es/m/20180908013109.GB15350@telsasoft.com
This commit is contained in:
@@ -1726,7 +1726,7 @@ RecreateTwoPhaseFile(TransactionId xid, void *content, int len)
|
||||
* possible that GXACTs that were valid at checkpoint start will no longer
|
||||
* exist if we wait a little bit. With typical checkpoint settings this
|
||||
* will be about 3 minutes for an online checkpoint, so as a result we
|
||||
* we expect that there will be no GXACTs that need to be copied to disk.
|
||||
* expect that there will be no GXACTs that need to be copied to disk.
|
||||
*
|
||||
* If a GXACT remains valid across multiple checkpoints, it will already
|
||||
* be on disk so we don't bother to repeat that write.
|
||||
|
||||
Reference in New Issue
Block a user