Обсуждение: pgsql: vacuumlo query cleanups No need for VACUUM ANAYZE of newly

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

pgsql: vacuumlo query cleanups No need for VACUUM ANAYZE of newly

От
momjian@postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
vacuumlo query cleanups

No need for VACUUM ANAYZE of newly created/populated temp table, just
use analyze.

No need to apologize for using subquery in DELETE anymore.

Modified Files:
--------------
    pgsql/contrib/vacuumlo:
        vacuumlo.c (r1.41 -> r1.42)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/vacuumlo/vacuumlo.c?r1=1.41&r2=1.42)