From: | Amit Khandekar <amitdkhan(dot)pg(at)gmail(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Slotification of partition tuple conversion |
Date: | 2018-08-20 11:15:49 |
Message-ID: | CAJ3gD9dk6Tba9i7nnqQmJ9K6HHsu5P4=kw-nWSasAQnao_qYhQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 17 August 2018 at 21:47, Amit Khandekar <amitdkhan(dot)pg(at)gmail(dot)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.
--
Thanks,
-Amit Khandekar
EnterpriseDB Corporation
The Postgres Database Company
Attachment | Content-Type | Size |
---|---|---|
tup_convert_v2.patch | application/octet-stream | 12.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2018-08-20 11:21:03 | Re: partitioning - changing a slot's descriptor is expensive |
Previous Message | Amit Khandekar | 2018-08-20 11:10:17 | Re: partitioning - changing a slot's descriptor is expensive |