Thread: pgsql: Extend VacAttrStats to allow typanalyze functions to store

pgsql: Extend VacAttrStats to allow typanalyze functions to store

From
heikki@postgresql.org (Heikki Linnakangas)
Date:
Log Message:
-----------
Extend VacAttrStats to allow typanalyze functions to store statistic values
of different types than the underlying column. The capability isn't yet
used for anything, but will be required by upcoming patch to analyze
tsvector columns.

Jan Urbanski

Modified Files:
--------------
    pgsql/src/backend/commands:
        analyze.c (r1.122 -> r1.123)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/analyze.c?r1=1.122&r2=1.123)
    pgsql/src/include/commands:
        vacuum.h (r1.78 -> r1.79)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/vacuum.h?r1=1.78&r2=1.79)