Обсуждение: pgsql-server/src backend/commands/analyze.c in ...

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

pgsql-server/src backend/commands/analyze.c in ...

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/02/13 02:39:50

Modified files:
    src/backend/commands: analyze.c
    src/include/commands: vacuum.h

Log message:
    After further thought about support for gathering stats on functional
    indexes, it seems like we ought to put another layer of indirection
    between the compute_stats functions and the actual data storage.  This
    would allow us to compute the values on-the-fly, for example.