• Tom Lane's avatar
    Add an option to AlterTableCreateToastTable() to allow its caller to force · 1e06ed1a
    Tom Lane authored
    a toast table to be built, even if the sum-of-column-widths calculation
    indicates one isn't needed.  This is needed by pg_migrator because if the
    old table has a toast table, we have to migrate over the toast table since
    it might contain some live data, even though subsequent column drops could
    mean that no recently-added rows could require toasting.
    1e06ed1a
toasting.c 10 KB