Re: PGOPTIONS="-fh" make check gets stuck since Postgres 11
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Thomas Munro <thomas.munro@gmail.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-07-09T01:31:05Z
Lists: pgsql-hackers
Attachments
- hash-join-fix.patch (text/x-diff) patch
On Mon, Jul 08, 2019 at 03:21:41PM -0400, Tom Lane wrote: > Having said that, join_hash.sql in particular seems to have zero > value if it's not testing hash joins, so I think it'd be reasonable > for it to override a global enable_hashjoin = off setting. None of > the other regression test scripts seem to take nearly as much of a > performance hit from globally forcing poor plans. I am a bit confused here. Don't you mean to have enable_hashjoin = *on* at the top of hash_join.sql instead like in the attached? -- Michael
Commits
-
Force hash joins to be enabled in the hash join regression tests.
- 3955c50f3762 11.5 landed
- cba0fe024e35 13.0 landed
- 5526baf54902 12.0 landed