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+Pu06HnQf9EctD1Ehkd2OYYavvmYJVASsHQr8Nc3kN81_Q@mail.gmail.com
Whole thread Raw
In response to Re: [WIP]Vertical Clustered Index (columnar store extension) - take2  (Peter Smith <smithpb2250@gmail.com>)
List pgsql-hackers
On Wed, Jul 23, 2025 at 2:12 PM Peter Smith <smithpb2250@gmail.com> wrote:
>
> On Wed, Jul 23, 2025 at 1:58 PM Japin Li <japinli@hotmail.com> wrote:
> >
> > 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.
>

Fixed in v15.

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



pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: track generic and custom plans in pg_stat_statements
Next
From: Masahiko Sawada
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart