Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pgsql: Extend VacAttrStats to allow typanalyze functions to store


  • From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
  • To: pgsql-committers(at)postgresql(dot)org
  • Subject: pgsql: Extend VacAttrStats to allow typanalyze functions to store
  • Date: Tue, 1 Jul 2008 10:33:09 +0000 (UTC)
  • Message-id: <20080701103309.52E3A754857@cvs.postgresql.org> <text/plain>

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)



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group