Instead of storing pg_statistic stavalues entries as text strings, store
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Mar 2003 05:14:37 +0000 (05:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Mar 2003 05:14:37 +0000 (05:14 +0000)
commit8d9e025e7fcc68737d5a0e99b457417ed595af46
treefeca4424957b7784e94428b5ed938454a4c71fdf
parentefeffae2457c69802eed7e4c45c1c3c97528a6fe
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.
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
src/include/catalog/pg_statistic.h
src/test/regress/expected/rules.out