pgsql: Extend VacAttrStats to allow typanalyze functions to store - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Extend VacAttrStats to allow typanalyze functions to store
Date
Msg-id 20080701103309.52E3A754857@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: "debug" level was supposed to be hidden, since it's just an alias
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Move volatility, language, etc.