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+PtmA1xBpBzSZCs+UV9gNftZRgtNgeLFo8+MYUjGgbUQQQ@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
Hi.

Here is the latest set of VCI patches.

Summary of changes:
- Most palloc's have been changed to use palloc_array and
palloc_object per similar recent HEAD changes
- In passing, noticed and fixed a MemSet bug.

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

Attachment

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Report bytes and transactions actually sent downtream
Next
From: "Xingbin She"
Date:
Subject: [PATCH v1] Fixed a spelling error in the comments in gininsert.c