Suspicious call of initial_cost_hashjoin()

Поиск
Список
Период
Сортировка
От Antonin Houska
Тема Suspicious call of initial_cost_hashjoin()
Дата
Msg-id 12441.1513935950@localhost
обсуждение исходный текст
Ответы Re: Suspicious call of initial_cost_hashjoin()  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
try_partial_hashjoin_path() passes constant true to for the parallel_hash
argument of initial_cost_hashjoin(). Shouldn't it instead pass the
parallel_hash argument that it receives?

This is related to commit 1804284042e659e7d16904e7bbb0ad546394b6a3.

--
Antonin Houska
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26
A-2700 Wiener Neustadt
Web: http://www.postgresql-support.de, http://www.cybertec.at


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

Предыдущее
От: Rajkumar Raghuwanshi
Дата:
Сообщение: Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: [HACKERS] pow support for pgbench