Re: A problem about partitionwise join
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: Jacob Champion <jchampion@timescale.com>
Cc: Jaime Casanova <jcasanov@systemguards.com.ec>, Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>, Pg Hackers <pgsql-hackers@lists.postgresql.org>,
ashutosh.bapat@enterprisedb.com
Date: 2024-02-21T11:24:54Z
Lists: pgsql-hackers
Attachments
- v7-0001-Fix-partitionwise-join-with-partially-redundant-join-clauses.patch (application/octet-stream) patch v7-0001
On Tue, Aug 2, 2022 at 4:24 AM Jacob Champion <jchampion@timescale.com> wrote: > Once you think you've built up some community support and the patchset > is ready for review, you (or any interested party) can resurrect the > patch entry by visiting > > https://commitfest.postgresql.org/38/2266/ > > and changing the status to "Needs Review", and then changing the > status again to "Move to next CF". (Don't forget the second step; > hopefully we will have streamlined this in the near future!) This patch was returned due to 'lack of interest'. However, upon verification, it appears that the reported issue still exists, and the proposed fix in the thread remains valid. Hence, resurrect this patch after rebasing it on master. I've also written a detailed commit message which hopefully can help people review the changes more effectively. Thanks Richard
Commits
-
Fix partitionwise join with partially-redundant join clauses
- 9b282a9359a1 18.0 landed