pgsql: Force hash joins to be enabled in the hash join regressiontests

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Force hash joins to be enabled in the hash join regressiontests
Дата
Msg-id E1hkjjF-0002si-Ov@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Force hash joins to be enabled in the hash join regression tests.

Otherwise the regressplans.sh tests generate extremely slow nested
loop joins.  Back-patch to 11 where the hash join tests came in.

Reported-by: Michael Paquier
Discussion: https://postgr.es/m/20190708055256.GB2709%40paquier.xyz

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3955c50f3762be6f0a63573c5b4efef72b30dc2b

Modified Files
--------------
src/test/regress/expected/join.out | 1 +
src/test/regress/sql/join.sql      | 1 +
2 files changed, 2 insertions(+)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Force hash joins to be enabled in the hash join regressiontests
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Message style improvements