Обсуждение: pgsql: Make psql_crosstab plans more stable

Поиск
Список
Период
Сортировка

pgsql: Make psql_crosstab plans more stable

От
Alvaro Herrera
Дата:
Make psql_crosstab plans more stable

To achieve this, ANALYZE the data table before querying it, as suggested
by Tom Lane.  On my system, this enables the test to pass with 128 kB of
work_mem (a value with which other tests fail -- so it seems good
enough).

Reported by Michaël Paquier.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c588df9971f41210d2fad8bf0112a78458de96cb

Modified Files
--------------
src/test/regress/expected/psql_crosstab.out | 2 ++
src/test/regress/sql/psql_crosstab.sql      | 3 +++
2 files changed, 5 insertions(+)