- Notifications
You must be signed in to change notification settings - Fork5
Commit1fa42de
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 parent9796882 commit1fa42de
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1747 | 1747 |
| |
1748 | 1748 |
| |
1749 | 1749 |
| |
1750 |
| - | |
| 1750 | + | |
1751 | 1751 |
| |
1752 | 1752 |
| |
1753 | 1753 |
| |
|
0 commit comments
Comments
(0)