Re: pgsql: Add support for nearest-neighbor (KNN) searches to SP-GiST

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Add support for nearest-neighbor (KNN) searches to SP-GiST
Date: 2018-09-19 08:22:25
Message-ID: CAPpHfdvFLfZAGaDc0qb6=b6Db8HHr6Vd3CFygEdYpOsQVoZ1hA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Sep 19, 2018 at 1:57 AM Alexander Korotkov
<akorotkov(at)postgresql(dot)org> wrote:
> KNN
> support is provided for three SP-GIST opclasses: quad_point_ops, kd_point_ops
> and poly_ops (catversion is bumped).

While bumping catversion I was wondering what is timezone of our
catversion? Quick search over archives didn't give me an answer.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-09-19 14:35:25 Re: pgsql: Add support for nearest-neighbor (KNN) searches to SP-GiST
Previous Message Michael Paquier 2018-09-19 02:32:11 Re: pgsql: Allow concurrent-safe open() and fopen() in frontend code for Wi