forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5b861ba
committed
nbtree VACUUM: Cope with buggy opclasses.
Teach nbtree VACUUM to press on with vacuuming in the event of a pagedeletion attempt that fails to "re-find" a downlink for its child/targetpage.There is no good reason to treat this as an irrecoverable error. Butthere is a good reason not to: pressing on at this point removes anyquestion of VACUUM not making progress solely due to misbehavior fromuser-defined operator class code.Discussion:https://postgr.es/m/CAH2-Wzma5G9CTtMjbrXTwOym+U=aWg-R7=-htySuztgoJLvZXg@mail.gmail.com1 parent87d90ac commit5b861ba
1 file changed
+17
-1
lines changedLines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2791 | 2791 |
| |
2792 | 2792 |
| |
2793 | 2793 |
| |
2794 |
| - | |
| 2794 | + | |
| 2795 | + | |
| 2796 | + | |
| 2797 | + | |
| 2798 | + | |
| 2799 | + | |
| 2800 | + | |
| 2801 | + | |
| 2802 | + | |
| 2803 | + | |
| 2804 | + | |
| 2805 | + | |
| 2806 | + | |
| 2807 | + | |
2795 | 2808 |
| |
2796 | 2809 |
| |
2797 | 2810 |
| |
| 2811 | + | |
| 2812 | + | |
| 2813 | + | |
2798 | 2814 |
| |
2799 | 2815 |
| |
2800 | 2816 |
| |
|
0 commit comments
Comments
(0)