- Notifications
You must be signed in to change notification settings - Fork5
Commit6f0072d
committed
Restrict deadlock_timeout to the range for which the implementation
actually works sanely, viz not 0 and not more than INT_MAX/1000(else TimestampTzPlusMilliseconds can overflow). Per discussion withGreg Stark. Since this is a superuser-only setting and there was notpreviously any big reason to change it, not worth back-patching.1 parentcd40735 commit6f0072d
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
1173 | 1173 |
| |
1174 | 1174 |
| |
1175 | 1175 |
| |
1176 |
| - | |
| 1176 | + | |
1177 | 1177 |
| |
1178 | 1178 |
| |
1179 | 1179 |
| |
|
0 commit comments
Comments
(0)