Обсуждение: pgsql: Remove lazy_update_relstats; go back to having VACUUM just record

Поиск
Список
Период
Сортировка

pgsql: Remove lazy_update_relstats; go back to having VACUUM just record

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
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 ...

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        vacuumlazy.c (r1.50 -> r1.50.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c.diff?r1=1.50&r2=1.50.4.1)