pgsql-server/ oc/src/sgml/catalogs.sgml rc/bac ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/catalogs.sgml rc/bac ...
Date: 2003-03-23 05:14:37
Message-ID: 20030323051437.4933E475EE2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 03/03/23 00:14:37

Modified files:
doc/src/sgml : catalogs.sgml
src/backend/catalog: heap.c
src/backend/commands: analyze.c
src/backend/utils/adt: selfuncs.c
src/backend/utils/cache: lsyscache.c
src/include/catalog: catversion.h pg_statistic.h
src/test/regress/expected: rules.out

Log message:
Instead of storing pg_statistic stavalues entries as text strings, store
them as arrays of the internal datatype. This requires treating the
stavalues columns as 'anyarray' rather than 'text[]', which is not 100%
kosher but seems to work fine for the purposes we need for pg_statistic.
Perhaps in the future 'anyarray' will be allowed more generally.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-03-23 20:16:06 pgsql-server/contrib/pg_autovacuum README.pg_a ...
Previous Message Tom Lane 2003-03-23 01:49:13 pgsql-server/src/backend optimizer/path/Tag: o ...