forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite1dddf3
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 parentd2a5b2b commite1dddf3
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1441 | 1441 |
| |
1442 | 1442 |
| |
1443 | 1443 |
| |
1444 |
| - | |
| 1444 | + | |
1445 | 1445 |
| |
1446 | 1446 |
| |
1447 | 1447 |
| |
|
0 commit comments
Comments
(0)