forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite8f201a
committed
Remove overzealous VACUUM failsafe assertions.
The failsafe can trigger when index processing is already disabled.This can happen when VACUUM's INDEX_CLEANUP parameter is "off" and thefailsafe happens to trigger. Remove assertions that assume that indexprocessing is directly tied to the failsafe.Oversight in commitc242baa, which made it possible for the failsafe totrigger in a two-pass strategy VACUUM that has yet to make its firstcall to lazy_vacuum_all_indexes().1 parent9679517 commite8f201a
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1162 | 1162 |
| |
1163 | 1163 |
| |
1164 | 1164 |
| |
1165 |
| - | |
| 1165 | + | |
| 1166 | + | |
1166 | 1167 |
| |
1167 | 1168 |
| |
1168 | 1169 |
| |
| |||
2611 | 2612 |
| |
2612 | 2613 |
| |
2613 | 2614 |
| |
2614 |
| - | |
2615 |
| - | |
2616 |
| - | |
2617 | 2615 |
| |
2618 | 2616 |
| |
2619 | 2617 |
| |
|
0 commit comments
Comments
(0)