Re: convert EXSITS to inner join gotcha and bug
Teodor Sigaev <teodor@sigaev.ru>
From: Teodor Sigaev <teodor@sigaev.ru>
To: Tom Lane <tgl@sss.pgh.pa.us>,
Alexander Korotkov <a.korotkov@postgrespro.ru>
Cc: David Rowley <david.rowley@2ndquadrant.com>,
Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2017-04-28T14:42:08Z
Lists: pgsql-hackers
> Ah, thanks for the clue about enable_hashjoin, because it wasn't
> reproducing for me as stated.
I missed tweaked config, sorry
--
Teodor Sigaev E-mail: teodor@sigaev.ru
WWW: http://www.sigaev.ru/
Commits
-
Reduce semijoins with unique inner relations to plain inner joins.
- 92a43e4857d9 10.0 landed
-
Fix mis-optimization of semijoins with more than one LHS relation.
- 2057a58d1629 10.0 landed