Remove lazy_update_relstats; go back to having VACUUM just record the
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Mar 2005 22:51:42 +0000 (22:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Mar 2005 22:51:42 +0000 (22:51 +0000)
commit869825c4f20093563d1db52de2ba9ddb63b1b2c0
treeb4037256b1e5c2a03ec385309d70fb7ed3133d05
parent7751c06852224f98ea810b30725ad2b420ae3cd1
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 ...
src/backend/commands/vacuumlazy.c