pgsql: Make psql_crosstab plans more stable - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Make psql_crosstab plans more stable
Date
Msg-id E1bAQJ5-00051p-1X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(+)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: nls-global.mk: search build dir for source files, too
Next
From: Noah Misch
Date:
Subject: pgsql: Test parallel query essentials in "make check".