- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit3ed7f54
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 parent08fdfe7 commit3ed7f54
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1163 | 1163 |
| |
1164 | 1164 |
| |
1165 | 1165 |
| |
1166 |
| - | |
| 1166 | + | |
1167 | 1167 |
| |
1168 | 1168 |
| |
1169 | 1169 |
| |
|
0 commit comments
Comments
(0)