Re: partial heap only tuples

From: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
To: Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "McAlister, Grant" <grant(at)amazon(dot)com>, "Mlodgenski, Jim" <mlodj(at)amazon(dot)com>, "Nasby, Jim" <nasbyj(at)amazon(dot)com>, "Hsu, John" <hsuchen(at)amazon(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: partial heap only tuples
Date: 2021-03-08 18:38:55
Message-ID: A40FD707-1C3A-43B1-8208-BD98ACC89CF3@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3/8/21, 10:16 AM, "Ibrar Ahmed" <ibrar(dot)ahmad(at)gmail(dot)com> wrote:
> On Wed, Feb 24, 2021 at 3:22 AM Bossart, Nathan <bossartn(at)amazon(dot)com> wrote:
>> On 2/10/21, 2:43 PM, "Bruce Momjian" <bruce(at)momjian(dot)us> wrote:
>>> I wonder if you should create a Postgres wiki page to document all of
>>> this. I agree PG 15 makes sense. I would like to help with this if I
>>> can. I will need to study this email more later.
>>
>> I've started the wiki page for this:
>>
>> https://wiki.postgresql.org/wiki/Partial_Heap_Only_Tuples
>>
>> Nathan
>
> The regression test case (partial-index) is failing
>
> https://cirrus-ci.com/task/5310522716323840

This patch is intended as a proof-of-concept of some basic pieces of
the project. I'm working on a new patch set that should be more
suitable for community review.

Nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Jacobson 2021-03-08 18:46:56 Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[]
Previous Message Mark Dilger 2021-03-08 18:32:43 Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[]