Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 - Mailing list pgsql-hackers

From Peter Smith
Subject Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date
Msg-id CAHut+PuRKdZ_-H-9SrtKeQiHiCgHeb88j+7JPs18-LW=7udnBg@mail.gmail.com
Whole thread Raw
In response to Re: [WIP]Vertical Clustered Index (columnar store extension) - take2  (Japin Li <japinli@hotmail.com>)
List pgsql-hackers
On Wed, Jul 23, 2025 at 1:58 PM Japin Li <japinli@hotmail.com> wrote:
>
>
> Hi, Peter
>
> On Tue, 22 Jul 2025 at 17:46, Peter Smith <smithpb2250@gmail.com> wrote:
> > Hi.
> >
> > Here are the latest v14 patches.
> >
> > Changes include:
> >
> > PATCH 0002.
> > - Fixes the enable_seqscan PANIC bug reported by Japin [1]
> > - Adds a new regression test case for this
> >
> > ======
> > [1]
https://www.postgresql.org/message-id/ME0P300MB04457E24CA8965F008FB2CDBB648A%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
> >
>
> After some investigation, I found that the VACUUM assertion failures were
> caused by an uninitialized HeapTupleFreeze structure.  PFA.
>

Hey, great! Thanks very much for your fix and the new test case.

I will include these when the next version is posted.

======
Kind Regards,
Peter Smith.
Fujitsu Australia



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Next
From: shveta malik
Date:
Subject: Re: Skipping schema changes in publication