Re: Partition-wise join with whole row vars

From: Alexander Pyhalov <a(dot)pyhalov(at)postgrespro(dot)ru>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>, Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
Subject: Re: Partition-wise join with whole row vars
Date: 2024-10-08 06:24:15
Message-ID: 0353ee8a1b6799585e69ad20d17f6858@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Paquier писал(а) 2024-10-08 05:01:
> On Fri, Jul 12, 2024 at 02:39:13PM +0300, Alexander Pyhalov wrote:
>> I was looking at enabling partition-wise join with whole row vars. My
>> main
>> motivation
>> was to enable push down DML with partition-wise join in postgres_fdw.
>> The
>> work is
>> based on the earlier patches of Ashutosh Bapat [1].
>
> The CF bot is red for some time now. Please provide a rebase.

Hi.

Attaching rebased patches.
--
Best regards,
Alexander Pyhalov,
Postgres Professional

Attachment Content-Type Size
v2-0006-postgres_fdw-fix-partition-wise-DML.patch text/x-diff 22.6 KB
v2-0005-postgres_fdw-child-join-with-ConvertRowtypeExprs-cau.patch text/x-diff 25.8 KB
v2-0004-Compare-converted-whole-row-vars-in-search_indexed_t.patch text/x-diff 13.5 KB
v2-0003-Handle-child-relation-s-ConvertRowtypeExpr-in-find_c.patch text/x-diff 992 bytes
v2-0002-Handle-ConvertRowtypeExprs-in-pull_vars_clause.patch text/x-diff 6.2 KB
v2-0001-Allow-partition-wise-join-when-reltarget-contains-wh.patch text/x-diff 6.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2024-10-08 06:27:19 Re: First draft of PG 17 release notes
Previous Message Shubham Khanna 2024-10-08 06:10:59 Re: Pgoutput not capturing the generated columns