Re: [PATCH] Phrase search ported to 9.6

Поиск
Список
Период
Сортировка
От Dmitry Ivanov
Тема Re: [PATCH] Phrase search ported to 9.6
Дата
Msg-id 3434940.RE8VbBU72A@abook
обсуждение исходный текст
Ответ на Re: [PATCH] Phrase search ported to 9.6  (Artur Zakirov <a.zakirov@postgrespro.ru>)
Ответы Re: [PATCH] Phrase search ported to 9.6
Re: [PATCH] Phrase search ported to 9.6
Re: [PATCH] Phrase search ported to 9.6
Список pgsql-hackers
Hi, Artur

I've made an attempt to fix some of the issues you've listed, although there's
still much work to be done. I'll add some comments later.

> This function has the duplicated piece from the tsvector_setweight()
> from tsvector_op.c. You can define new function for it.

I'm not sure it's worth the trouble. IMO these functions are relatively small
and we won't benefit from extracting the duplicate code.

> These functions was removed in 9acb9007de30b3daaa9efc16763c3bc6e3e0a92d.
> It seems that tsvector_op.c was not synchronized with the master.

Got it, thanks!

--
Dmitry Ivanov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Pushdown target list below gather node (WAS Re: WIP: Upper planner pathification)
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: plpgsql - DECLARE - cannot to use %TYPE or %ROWTYPE for composite types