PGOPTIONS="-fh" make check gets stuck since Postgres 11 - Mailing list pgsql-hackers

From Michael Paquier
Subject PGOPTIONS="-fh" make check gets stuck since Postgres 11
Date
Msg-id 20190708055256.GB2709@paquier.xyz
Whole thread Raw
Responses Re: PGOPTIONS="-fh" make check gets stuck since Postgres 11  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PGOPTIONS="-fh" make check gets stuck since Postgres 11  (Thomas Munro <thomas.munro@gmail.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: proposal - patch: psql - sort_by_size
Next
From: Hao Wu
Date:
Subject: Re: Add test case for sslinfo