Re: Reuse child_relids in try_partitionwise_join was Re: Assert failure on bms_equal(child_joinrel->relids, child_joinrelids)
Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
From: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
To: Richard Guo <guofenglinux@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-02-06T13:07:20Z
Lists: pgsql-hackers
Attachments
- 0001-Reuse-child_relids-bitmapset-in-partitionwi-20240206.patch (text/x-patch) patch 0001
On Mon, Nov 6, 2023 at 2:48 PM Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> wrote: > > explain.out in 0001 needed some adjustments. Without those CIbot shows > failures. Fixed in the attached patchset. 0001 is just for diagnosis, > not for actual commit. 0002 which is the actual patch has no changes > wrt to the previous version. > First patch is no longer required. PFA rebased second patch. -- Best Wishes, Ashutosh Bapat
Commits
-
Reduce memory used by partitionwise joins
- 513f4472a4a0 18.0 landed
-
Fix calculation of relid sets for partitionwise child joins.
- f75595cd80d1 16.0 landed
- 3c90dcd03914 17.0 landed