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
This commit adds new parameter to VACUUM command, TRUNCATE,which specifies that VACUUM should attempt to truncate offany empty pages at the end of the table and allow the disk spacefor the truncated pages to be returned to the operating system.This parameter, if specified, overrides the vacuum_truncatereloption. If neither the reloption nor the VACUUM option isused, the default is true, as before.Author: Fujii MasaoReviewed-by: Julien Rouhaud, Masahiko SawadaDiscussion:https://postgr.es/m/CAD21AoD+qtrSDL=GSma4Wd3kLYLeRC0hPna-YAdkDeV4z156vg@mail.gmail.com