Instead of storing pg_statistic stavalues entries as text strings, store

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8d9e025e7fcc68737d5a0e99b457417ed595af46
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-03-23T05:14:37Z
Releases: 7.4.1
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.

Files