PGOPTIONS="-fh" make check gets stuck since Postgres 11

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: PGOPTIONS="-fh" make check gets stuck since Postgres 11
Date: 2019-07-08 05:52:56
Message-ID: 20190708055256.GB2709@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hao Wu 2019-07-08 06:11:34 Re: Add test case for sslinfo
Previous Message Pavel Stehule 2019-07-08 04:57:02 Re: proposal - patch: psql - sort_by_size