You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add new comments that spell out what VACUUM expects from heap pruning:pruning must never leave behind DEAD tuples that still have tuplestorage. This has at least been the case since commit8523492, whichestablished the principle that vacuumlazy.c doesn't have to deal withDEAD tuples that still have tuple storage directly, except perhaps bysimply retrying pruning (to handle a rare corner case involvingconcurrent transaction abort).In passing, update some references to old symbol names that were missedby the snapshot scalability work (specifically commitdc7420c).