Re: Shared detoast Datum proposal

From: Andy Fan <zhihuifan1213(at)163(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Nikita Malakhov <hukutoc(at)gmail(dot)com>
Subject: Re: Shared detoast Datum proposal
Date: 2024-01-07 01:10:13
Message-ID: 87sf3andy2.fsf@163.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi,

vignesh C <vignesh21(at)gmail(dot)com> writes:

> On Mon, 1 Jan 2024 at 19:26, Andy Fan <zhihuifan1213(at)163(dot)com> wrote:
>>
>>
>> Andy Fan <zhihuifan1213(at)163(dot)com> writes:
>>
>> >
>> > Some Known issues:
>> > ------------------
>> >
>> > 1. Currently only Scan & Join nodes are considered for this feature.
>> > 2. JIT is not adapted for this purpose yet.
>>
>> JIT is adapted for this feature in v2. Any feedback is welcome.
>
> One of the tests was aborted at CFBOT [1] with:
> [09:47:00.735] dumping /tmp/cores/postgres-11-28182.core for
> /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres
> [09:47:01.035] [New LWP 28182]

There was a bug in JIT part, here is the fix. Thanks for taking care of
this!

--
Best Regards
Andy Fan

Attachment Content-Type Size
v3-0001-shared-detoast-feature.patch text/x-diff 75.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-01-07 01:20:08 Re: Adding facility for injection points (or probe points?) for more advanced tests
Previous Message Tomas Vondra 2024-01-06 23:54:51 Re: Multidimensional Histograms