Re: Slotification of partition tuple conversion - Mailing list pgsql-hackers

From Amit Khandekar
Subject Re: Slotification of partition tuple conversion
Date
Msg-id CAJ3gD9dk6Tba9i7nnqQmJ9K6HHsu5P4=kw-nWSasAQnao_qYhQ@mail.gmail.com
Whole thread Raw
In response to Slotification of partition tuple conversion  (Amit Khandekar <amitdkhan.pg@gmail.com>)
Responses Re: Slotification of partition tuple conversion
List pgsql-hackers
On 17 August 2018 at 21:47, Amit Khandekar <amitdkhan.pg@gmail.com> wrote:

> Attached is a patch tup_convert.patch that does the conversion
> directly using input and output tuple slots. This patch is to be
> applied on an essential patch posted by Amit Langote in [1] that
> arranges for dedicated per-partition slots rather than changing
> tupdesc of a single slot. I have rebased that patch from [1] and
> attached it here (
> Allocate-dedicated-slots-of-partition-tuple_amitlan_rebased.patch).

Amit Langote has posted a new version of the
Allocate-dedicated-slots-of-partition-tuple_amitlan_rebased.patch at
[1] . Attached is version v2 of the tup_convert.patch, that is rebased
over that patch.


[1]
https://www.postgresql.org/message-id/attachment/64354/v2-0001-Allocate-dedicated-slots-of-partition-tuple-conve.patch



-- 
Thanks,
-Amit Khandekar
EnterpriseDB Corporation
The Postgres Database Company

Attachment

pgsql-hackers by date:

Previous
From: Amit Khandekar
Date:
Subject: Re: partitioning - changing a slot's descriptor is expensive
Next
From: Andres Freund
Date:
Subject: Re: partitioning - changing a slot's descriptor is expensive