pgsql: Force hash joins to be enabled in the hash join regressiontests - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Force hash joins to be enabled in the hash join regressiontests
Date
Msg-id E1hkji0-0002qF-BY@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cba0fe024e35839688e3a3d256d1dcdf50baadaf

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: adjust to_timestamp()/to_date() wording
Next
From: Thomas Munro
Date:
Subject: pgsql: Force hash joins to be enabled in the hash join regressiontests