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

From: Timur Magomedov <t(dot)magomedov(at)postgrespro(dot)ru>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: Peter Smith <smithpb2250(at)gmail(dot)com>, "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>, shveta malik <shveta(dot)malik(at)gmail(dot)com>
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date: 2025-11-17 14:42:03
Message-ID: f6b438b1beafd6d562b72489c31528c1f1027032.camel@postgrespro.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2025-11-14 at 14:22 +0800, Japin Li wrote:
> Yes, I can reproduce this by using your patch.

Hello Japin!
Thanks for reproducing the bug!
I've made a fix on top of recent VCI version v20251117:
https://www.postgresql.org/message-id/1de545d00a5c0bb8aaf42f05dd118a2c19030041.camel%40postgrespro.ru
That worked for me.

--
Regards,
Timur Magomedov

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Matheus Alcantara 2025-11-17 14:42:45 Re: pg_plan_advice
Previous Message Akshay Joshi 2025-11-17 14:39:54 Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement