Demote variable from global to local
recoveryDelayUntilTime was introduced by commit 36da3cfb as a global because its method of operation was devilishly intrincate. Commit c945af80 removed all that complexity and could have turned it into a local variable, but didn't. Do so now. Discussion: https://postgr.es/m/20191213200751.GA10731@alvherre.pgsql Reviewed-by: Michaël Paquier, Daniel Gustafsson
Showing
Please register or sign in to comment