• Tom Lane's avatar
    Allow the pgstat views to show toast tables as well as regular tables · 87808aef
    Tom Lane authored
    (the stats system has always collected this info, but the views were
    filtering it out).  Modify autovacuum so that over-threshold activity
    in a toast table can trigger a VACUUM of the parent table, even if the
    parent didn't appear to need vacuuming itself.  Per discussion a month
    or so back about "short, wide tables".
    87808aef
autovacuum.c 25.5 KB