- Notifications
You must be signed in to change notification settings - Fork5
Commit4c697d8
committed
Count locked pages that don't need vacuuming as scanned.
Previously, if VACUUM skipped vacuuming a page because it's pinned, itdidn't count that page as scanned. However, that meant that relfrozenxidwas not bumped up either, which prevented anti-wraparound vacuum fromdoing its job.Report by Миша Тюрин, analysis and patch by Sergey Burladyn and Jeff Janes.Backpatch to 9.2, where the skip-locked-pages behavior was introduced.1 parentf901bb5 commit4c697d8
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
602 | 602 |
| |
603 | 603 |
| |
604 | 604 |
| |
| 605 | + | |
605 | 606 |
| |
606 | 607 |
| |
607 | 608 |
| |
|
0 commit comments
Comments
(0)