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(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
