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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: "Matwey V(dot) Kornilov" <matwey(dot)kornilov(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Alexander Korotkov <akorotkov(at)postgresql(dot)org>, Teodor Sigaev <teodor(at)postgrespro(dot)ru>, Oleg Bartunov <obartunov(at)postgrespro(dot)ru>
Subject: Re: [PATCH v2] Introduce spgist quadtree @<(point,circle) operator
Date: 2019-05-21 05:42:57
Message-ID: 20190521054257.GI1921@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 20, 2019 at 02:32:39PM +0300, 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 with a set of simple unit tests.

Could you add that to the next commit fest please? Here you go:
https://commitfest.postgresql.org/23/
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Surafel Temesgen 2019-05-21 06:31:48 with oids option not removed in pg_dumpall
Previous Message Paul A Jungwirth 2019-05-21 05:36:33 Re: clean up docs for v12