]> 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:11:01 +0000 (18:11 +1200)
committerThomas Munro <tmunro@postgresql.org>
Tue, 9 Jul 2019 06:33:44 +0000 (18:33 +1200)
commitcba0fe024e35839688e3a3d256d1dcdf50baadaf
treea8be08b2ade9c499c3f8d5f4cfa0fda03fc2d16e
parent38c268dde0ae749a93acd750afd1aad9c8f01049
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_hash.out
src/test/regress/sql/join_hash.sql