Remove lazy_update_relstats; go back to having VACUUM just record the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 869825c4f20093563d1db52de2ba9ddb63b1b2c0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-03-25T22:51:42Z
Releases: 8.0.2
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

PathChange+/−
src/backend/commands/vacuumlazy.c modified +13 −60