On Mon, Nov 5, 2018 at 3:12 AM Masahiko Sawada <sawada.m...@gmail.com> wrote: > Adding a field-and-value style option might be worth. Or maybe we can > add one option for example freeze_without_index_cleanup?
That seems non-orthogonal. We have an existing flag to force freezing (FREEZE); we don't need a second option that does the same thing. Skipping the index scans (and thus necessarily the second heap pass) is a separate behavior which we don't currently have a way to control. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company