PGOPTIONS="-fh" make check gets stuck since Postgres 11
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-07-08T05:52:56Z
Lists: pgsql-hackers
Hi all, I have begun playing with regressplans.sh which enforces various combinations of "-f s|i|n|m|h" when running the regression tests, and I have noticed that -fh can cause the server to become stuck in the test join_hash.sql with this query (not sure which portion of the SET LOCAL parameters are involved) : select count(*) from simple r join extremely_skewed s using (id); This does not happen with REL_10_STABLE where the test executes immediately, so we has visibly an issue caused by v11 here. Any thoughts? -- 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