Re: [WIP]Vertical Clustered Index (columnar store extension) - take2

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Tomas Vondra <tomas(at)vondra(dot)me>, "Aya Iwata (Fujitsu)" <iwata(dot)aya(at)fujitsu(dot)com>, Timur Magomedov <t(dot)magomedov(at)postgrespro(dot)ru>, shveta malik <shveta(dot)malik(at)gmail(dot)com>
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date: 2025-07-28 21:03:46
Message-ID: CAHut+Pu06HnQf9EctD1Ehkd2OYYavvmYJVASsHQr8Nc3kN81_Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 23, 2025 at 2:12 PM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
>
> On Wed, Jul 23, 2025 at 1:58 PM Japin Li <japinli(at)hotmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-07-28 21:11:39 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Previous Message Sami Imseih 2025-07-28 21:02:33 Re: track generic and custom plans in pg_stat_statements