- Notifications
You must be signed in to change notification settings - Fork5
Commitf3b3e87
committed
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
lazy_truncate_heap() was waiting forVACUUM_TRUNCATE_LOCK_WAIT_INTERVAL, but in microsecondsnot milliseconds as originally intended.Found by code inspection.Simon Riggs1 parent26ce63c commitf3b3e87
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1484 | 1484 |
| |
1485 | 1485 |
| |
1486 | 1486 |
| |
1487 |
| - | |
| 1487 | + | |
1488 | 1488 |
| |
1489 | 1489 |
| |
1490 | 1490 |
| |
|
0 commit comments
Comments
(0)