Re: Using each rel as both outer and inner for JOIN_ANTI
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: "Gregory Stark (as CFM)" <stark.cfm@gmail.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, Tom Lane <tgl@sss.pgh.pa.us>, Ronan Dunklau <ronan.dunklau@aiven.io>,
Pg Hackers <pgsql-hackers@lists.postgresql.org>, Emre Hasegeli <emre@hasegeli.com>
Date: 2023-03-15T08:36:07Z
Lists: pgsql-hackers
Attachments
- v6-0001-Using-each-rel-as-both-outer-and-inner-for-anti-joins.patch (application/octet-stream) patch v6-0001
On Wed, Mar 15, 2023 at 2:25 AM Gregory Stark (as CFM) <stark.cfm@gmail.com> wrote: > So what is the status of this patch? > > It looks like you received some feedback from Emre, Tom, Ronan, and > Alvaro but it also looks like you responded to most or all of that. > Are you still blocked waiting for feedback? Anything specific you need > help with? > > Or is the patch ready for commit now? In which case it would be good > to rebase it since it's currently failing to apply. Well it would be > good to rebase regardless but it would be especially important if we > want to get it committed :) Thanks for reminding. Attached is the rebased patch, with no other changes. I think the patch is ready for commit. Thanks Richard
Commits
-
Support "Right Anti Join" plan shapes.
- 16dc2703c541 16.0 landed