Re: Using each rel as both outer and inner for JOIN_ANTI
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: Ronan Dunklau <ronan.dunklau@aiven.io>
Cc: Pg Hackers <pgsql-hackers@lists.postgresql.org>,
Tom Lane <tgl@sss.pgh.pa.us>, Heikki Linnakangas <hlinnaka@iki.fi>, Emre Hasegeli <emre@hasegeli.com>
Date: 2022-07-25T02:48:33Z
Lists: pgsql-hackers
Attachments
- v4-0001-Using-each-rel-as-both-outer-and-inner-for-anti-j.patch (application/octet-stream) patch v4-0001
On Fri, Jul 2, 2021 at 11:23 AM Richard Guo <guofenglinux@gmail.com> wrote: > Thanks! Test cases are updated in v3 patch. Also merge join can do the > 'right anti join' too in the same patch. > > Thanks again for reviewing this patch. > Rebased this patch with latest master, with no other changes. Thanks Richard
Commits
-
Support "Right Anti Join" plan shapes.
- 16dc2703c541 16.0 landed