Commit 91fca4b
committed
Demote variable from global to local
recoveryDelayUntilTime was introduced by commit 36da3cf as a global
because its method of operation was devilishly intrincate. Commit
c945af8 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 Gustafsson1 parent 741b884 commit 91fca4b
1 file changed
+5
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | 280 | | |
282 | 281 | | |
283 | 282 | | |
| |||
5970 | 5969 | | |
5971 | 5970 | | |
5972 | 5971 | | |
| 5972 | + | |
5973 | 5973 | | |
5974 | 5974 | | |
5975 | 5975 | | |
| |||
6005 | 6005 | | |
6006 | 6006 | | |
6007 | 6007 | | |
6008 | | - | |
6009 | | - | |
| 6008 | + | |
6010 | 6009 | | |
6011 | 6010 | | |
6012 | 6011 | | |
6013 | 6012 | | |
6014 | 6013 | | |
6015 | | - | |
6016 | | - | |
| 6014 | + | |
6017 | 6015 | | |
6018 | 6016 | | |
6019 | 6017 | | |
| |||
6028 | 6026 | | |
6029 | 6027 | | |
6030 | 6028 | | |
6031 | | - | |
6032 | | - | |
| 6029 | + | |
6033 | 6030 | | |
6034 | | - | |
| 6031 | + | |
6035 | 6032 | | |
6036 | 6033 | | |
6037 | 6034 | | |
| |||
0 commit comments