]> granicus.if.org Git - postgresql/commit
Force hash joins to be enabled in the hash join regression tests.
authorThomas Munro <tmunro@postgresql.org>
Tue, 9 Jul 2019 06:24:33 +0000 (18:24 +1200)
committerThomas Munro <tmunro@postgresql.org>
Tue, 9 Jul 2019 06:35:31 +0000 (18:35 +1200)
commit3955c50f3762be6f0a63573c5b4efef72b30dc2b
tree00db9d7f871945cc362a68b1ed58b8311d955686
parent1b6c2b9d99b6db34b32629fdd86530f93c07bdee
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
src/test/regress/expected/join.out
src/test/regress/sql/join.sql