mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Fix typos in various places
Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet
This commit is contained in:
@ -202,7 +202,7 @@ WaitExceedsMaxStandbyDelay(void)
|
||||
|
||||
/*
|
||||
* Progressively increase the sleep times, but not to more than 1s, since
|
||||
* pg_usleep isn't interruptable on some platforms.
|
||||
* pg_usleep isn't interruptible on some platforms.
|
||||
*/
|
||||
standbyWait_us *= 2;
|
||||
if (standbyWait_us > 1000000)
|
||||
|
Reference in New Issue
Block a user