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
VACUUM's rel_pages field indicates the size of the target heap rel justafter the table_relation_vacuum() operation began. There are specificexpectations around how rel_pages can be related to other nearby state.In particular, the range of rel_pages must contain every tuple in therelation whose tuple headers might contain an XID < OldestXmin.Consistently refer to the field as rel_pages to make this clearer andmore discoverable.This is follow-up work to commit73f6ec3 from earlier today.Author: Peter Geoghegan <pg@bowt.ie>Reviewed-By: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/20220311031351.sbge5m2bpvy2ttxg@alap3.anarazel.de