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

From Japin Li
Subject Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date
Msg-id ME0P300MB0445891C69BD82561055F218B65FA@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
List pgsql-hackers
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.

-- 
Regards,
Japin Li


Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Log prefix missing for subscriber log messages received from publisher
Next
From: Alexander Lakhin
Date:
Subject: Re: stats.sql might fail due to shared buffers also used by parallel tests