pgsql-server/src backend/commands/analyze.c in ... - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src backend/commands/analyze.c in ...
Date
Msg-id 20040213063950.2C969D1B57C@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/doc/src/sgml/ref psql-ref.sgml
Next
From: wieck@svr1.postgresql.org (Jan Wieck)
Date:
Subject: pgsql-server/doc/src/sgml runtime.sgml