- Notifications
You must be signed in to change notification settings - Fork5
Commitd0dcb31
committed
Fix broken logic in lazy_vacuum_heap.
As noted by Tom Lane, the previous coding in this area, which Iintroduced in commitbbb6e55, waspoorly tested and caused the vacuum's second heap to go into what wouldhave been an infinite loop but for the fact that it eventually caused amemory allocation failure. This version seems to work better.1 parent4d0b11a commitd0dcb31
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
991 | 991 |
| |
992 | 992 |
| |
993 | 993 |
| |
| 994 | + | |
| 995 | + | |
| 996 | + | |
994 | 997 |
| |
| 998 | + | |
995 | 999 |
| |
996 | 1000 |
| |
997 | 1001 |
| |
|
0 commit comments
Comments
(0)