Reduce hash size for compute_array_stats, compute_tsvector_stats.
Robert Haas <rhaas@postgresql.org>
Reduce hash size for compute_array_stats, compute_tsvector_stats. The size is only a hint, but a big hint chews up a lot of memory without apparently improving performance much. Analysis and patch by Noah Misch.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/tsearch/ts_typanalyze.c | modified | +1 −1 |
| src/backend/utils/adt/array_typanalyze.c | modified | +1 −1 |