Re: [PATCH] Phrase search ported to 9.6

Поиск
Список
Период
Сортировка
От David Steele
Тема Re: [PATCH] Phrase search ported to 9.6
Дата
Msg-id 56F5A74E.60801@pgmasters.net
обсуждение исходный текст
Ответ на Re: [PATCH] Phrase search ported to 9.6  (Artur Zakirov <a.zakirov@postgrespro.ru>)
Ответы Re: [PATCH] Phrase search ported to 9.6  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Список pgsql-hackers
On 3/25/16 3:54 PM, Artur Zakirov wrote:
> On 25.03.2016 21:42, Dmitry Ivanov wrote:
>> Sorry for the delay, I desperately needed some time to finish a bunch of
>> dangling tasks.
>>
>> I've added some new comments and clarified the ones that were obscure.
>> Moreover, I felt an urge to recheck most parts of the code since
>> apparently
>> nobody (besides myself) has gone so far yet.
>>
>> On 25.03.16 18:42 MSK, David Steele wrote:
>>> Time is short and it's not encouraging that you say there is "still much
>> work to be done".
>>
>> Indeed, I was inaccurate. I am more than interested in the positive
>> outcome.
>>
> 
> I tested the patch and take a look on it. All regression tests passed.
> The code looks good and the patch introduce a great functionality.
> 
> I think the patch can be marked as "Ready for Commiter". But I do not
> feel the force to do that myself.
> 
> Also I agree with you about tsvector_setweight(). There is not a problem
> with it because this weights are immutable and so there is not benefits
> from new function.

Ideally Alexander can also look at it.  If not, then you should mark it
"ready for committer" since I doubt any more reviewers will sign on this
late in the CF.

-- 
-David
david@pgmasters.net



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

Предыдущее
От: "Regina Obe"
Дата:
Сообщение: Can we amend gitattributes so git postgresql works with git on windows using Msys/Mingw64
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Improve error handling in pltcl