Re: [GENERAL] questions about how to implement a gist index

2016-06-28 Thread Riccardo Vianello
Hi Oleg, On Tue, Jun 28, 2016 at 1:05 AM, Oleg Bartunov wrote: > On Tue, Jun 28, 2016 at 12:44 AM, Riccardo Vianello > wrote: > > Could you please also help me understand the difference (if any) between > > using the GIST_LEAF macro or the leafkey attribute of the GISTENTRY

[GENERAL] questions about how to implement a gist index

2016-06-27 Thread Riccardo Vianello
Hi all, I'm trying to contribute some improvements to the implementation of a gist index that is part of an open source project and it would be really nice if anyone could help me answer some questions. I would like to use different data structures to represent the internal and leaf entries. I th