Suspicious call of initial_cost_hashjoin()

From: Antonin Houska <ah(at)cybertec(dot)at>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Suspicious call of initial_cost_hashjoin()
Date: 2017-12-22 09:45:50
Message-ID: 12441.1513935950@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2017-12-22 09:50:14 Re: [HACKERS] pow support for pgbench
Previous Message Rajkumar Raghuwanshi 2017-12-22 09:30:28 Re: [HACKERS] Partition-wise join for join between (declaratively) partitioned tables