- Notifications
You must be signed in to change notification settings - Fork28
Commit91fca4b
committed
Demote variable from global to local
recoveryDelayUntilTime was introduced by commit36da3cf as a globalbecause its method of operation was devilishly intrincate. Commitc945af8 removed all that complexity and could have turned it into alocal variable, but didn't. Do so now.Discussion:https://postgr.es/m/20191213200751.GA10731@alvherre.pgsqlReviewed-by: Michaël Paquier, Daniel Gustafsson1 parent741b884 commit91fca4b
1 file changed
+5
-8
lines changedLines changed: 5 additions & 8 deletions
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
Comments
(0)