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+Ptadvx2g3NqZ=+4q51ZPkyQg4csq5fYBcJO62vB=QkT_w@mail.gmail.com
Whole thread Raw
In response to Re: [WIP]Vertical Clustered Index (columnar store extension) - take2  (Peter Smith <smithpb2250@gmail.com>)
Responses Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
List pgsql-hackers
Here are the latest v24* patches.

Changes include:

PATCH 0002.
- Some compiler warning fixes, from Timur [1]
- Pre-emptive removal of PointerIsValid() macro to prevent a rebase
- Added sanity Asserts for T_CustomScanState, from Timur [2]

======
[1] https://www.postgresql.org/message-id/2af90dfaf6004e17782bd6c8cb8444670ab4d82c.camel%40postgrespro.ru
[2] https://www.postgresql.org/message-id/149d6694c0c5a789b0ee865e80109022002bade5.camel%40postgrespro.ru

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Reword messages using "as" instead of "because"
Next
From: Ashutosh Bapat
Date:
Subject: Re: Changing shared_buffers without restart