Re: [PATCH] kNN for btree

Поиск
Список
Период
Сортировка
От Nikita Glukhov
Тема Re: [PATCH] kNN for btree
Дата
Msg-id c1e50c79-7572-6f08-0dec-4065479d9ee9@postgrespro.ru
обсуждение исходный текст
Ответ на Re: [PATCH] kNN for btree  (Nikita Glukhov <n.gluhov@postgrespro.ru>)
Ответы Re: [PATCH] kNN for btree  (Anastasia Lubennikova <lubennikovaav@gmail.com>)
Список pgsql-hackers

On 20.02.2019 15:44, Nikita Glukhov wrote:

On 20.02.2019 7:35, Thomas Munro wrote:
On Wed, Feb 20, 2019 at 2:18 PM Nikita Glukhov <n.gluhov@postgrespro.ru> wrote:
On 04.02.2019 8:35, Michael Paquier wrote:
This patch set needs a rebase because of conflicts caused by the
recent patches for pluggable storage.
Hi Nikita,
From the department of trivialities: according to cfbot the
documentation doesn't build.  Looks like you have some cases of </>,
but these days you have to write out </quote> (or whatever) in full.
Sorry, tags in docs were fixed.  Also I fixed list of data types with built-in
distance operators and list of assumptions for btree distance operators.

Attached 7th version the patches (only documentation was changed).
Sorry again. Experimental patch #9 contained a bug leading to random failures
in the 'brin' test.
Attached fixed 7th version the patches.

-- 
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Row Level Security − leakproof-ness and performance implications
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Another way to fix inherited UPDATE/DELETE