Re: [PATCH 0/3] Introduce spgist quadtree @<(point,circle) operator

2019-03-05 Thread Matwey V. Kornilov
сб, 2 мар. 2019 г. в 12:14, Alexander Korotkov : > > Hi! Thanks for reply. Comments and questions are below. > > On Fri, Feb 1, 2019 at 7:08 PM Matwey V. Kornilov > wrote: > > This patch series is to add support for spgist quadtree @<(point,circle) > > operator. The first two patches are to refa

Re: [PATCH 0/3] Introduce spgist quadtree @<(point,circle) operator

2019-03-02 Thread Alexander Korotkov
Hi! On Fri, Feb 1, 2019 at 7:08 PM Matwey V. Kornilov wrote: > This patch series is to add support for spgist quadtree @<(point,circle) > operator. The first two patches are to refactor existing code before > implemention the new feature. The third commit is the actual implementation > provided w