Re: partial heap only tuples

From: vignesh C <vignesh21(at)gmail(dot)com>
To: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
Cc: Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>, 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-07-14 11:34:01
Message-ID: CALDaNm3O=deYN=4qLV5Gu_4CYMMP-Y+zPXrVHfFyCtekmJANQA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 9, 2021 at 12:09 AM Bossart, Nathan <bossartn(at)amazon(dot)com> wrote:
>
> 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.

The patch does not apply on Head anymore, could you rebase and post a
patch. I'm changing the status to "Waiting for Author".

Regards,
Vignesh

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2021-07-14 11:46:31 Re: Write visibility map during CLUSTER/VACUUM FULL
Previous Message Pavel Borisov 2021-07-14 11:28:05 Re: [PATCH] Automatic HASH and LIST partition creation