pgsql: Force hash joins to be enabled in the hash join regression tests

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Force hash joins to be enabled in the hash join regression tests
Date: 2019-07-09 06:34:58
Message-ID: E1hkjiM-0002rE-5B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Force hash joins to be enabled in the hash join regression tests.

Otherwise the regressplans.sh tests generate extremely slow nested
loop joins. Back-patch to 11 where the hash join tests came in.

Reported-by: Michael Paquier
Discussion: https://postgr.es/m/20190708055256.GB2709%40paquier.xyz

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5526baf54902a56c5bc1b4abe625acb33d7357bf

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2019-07-09 06:35:53 pgsql: Force hash joins to be enabled in the hash join regression tests
Previous Message Thomas Munro 2019-07-09 06:34:36 pgsql: Force hash joins to be enabled in the hash join regression tests