Suspicious call of initial_cost_hashjoin() - Mailing list pgsql-hackers

From Antonin Houska
Subject Suspicious call of initial_cost_hashjoin()
Date
Msg-id 12441.1513935950@localhost
Whole thread Raw
Responses Re: Suspicious call of initial_cost_hashjoin()  (Thomas Munro <thomas.munro@enterprisedb.com>)
List 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 by date:

Previous
From: Rajkumar Raghuwanshi
Date:
Subject: Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables
Next
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] pow support for pgbench