pgsql: Make psql_crosstab plans more stable

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make psql_crosstab plans more stable
Date: 2016-06-07 23:21:11
Message-ID: E1bAQJ5-00051p-1X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2016-06-08 03:38:26 pgsql: Test parallel query essentials in "make check".
Previous Message Alvaro Herrera 2016-06-07 22:56:12 pgsql: nls-global.mk: search build dir for source files, too