mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Fix typos.
Reported-by: Justin Pryzby Author: Justin Pryzby Discussion: https://postgr.es/m/20200206021432.GA24549@telsasoft.com
This commit is contained in:
@@ -216,7 +216,7 @@ SyncPostCheckpoint(void)
|
||||
|
||||
/*
|
||||
* As in ProcessSyncRequests, we don't want to stop absorbing fsync
|
||||
* requests for along time when there are many deletions to be done.
|
||||
* requests for a long time when there are many deletions to be done.
|
||||
* We can safely call AbsorbSyncRequests() at this point in the loop
|
||||
* (note it might try to delete list entries).
|
||||
*/
|
||||
|
Reference in New Issue
Block a user