Re: pgsql: Phrase full text search.

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: pgsql: Phrase full text search.
Дата
Msg-id 5707CAB1.7010801@sigaev.ru
обсуждение исходный текст
Ответ на Re: pgsql: Phrase full text search.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
> Assuming that I'm right, you need to revert OP_AND/OP_OR/OP_NOT to what
> they were before, which means you need to give up on the assumption that
> the numerical values of the OP_xxx constants correspond directly to their
> syntactic priority.  But that assumption was never going to survive the
> next tsquery expansion anyway.  I'd suggest a static const array mapping
> the OP values into their syntactic priorities.

Oh, I see. Will fix.

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Use quicksort, not replacement selection, for external sorting.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Add a 'parallel_degree' reloption.