Remove lazy_update_relstats; go back to having VACUUM just record the
Tom Lane <tgl@sss.pgh.pa.us>
Remove lazy_update_relstats; go back to having VACUUM just record the actual number of unremoved tuples as pg_class.reltuples. The idea of trying to estimate a steady state condition still seems attractive, but this particular implementation crashed and burned ...
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/vacuumlazy.c | modified | +13 −60 |