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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема PGOPTIONS="-fh" make check gets stuck since Postgres 11
Дата
Msg-id 20190708055256.GB2709@paquier.xyz
обсуждение исходный текст
Ответы 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>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal - patch: psql - sort_by_size
Следующее
От: Hao Wu
Дата:
Сообщение: Re: Add test case for sslinfo