Re: Incorrect FTS query results with GIN index

Поиск
Список
Период
Сортировка
От Vyacheslav Kalinin
Тема Re: Incorrect FTS query results with GIN index
Дата
Msg-id 9b1af80e1001180428q5fd2bd6cqb84fd08e1af82d53@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Incorrect FTS query results with GIN index  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: Incorrect FTS query results with GIN index  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-general
Great, thank you!
I assume this one goes into 8.4.3, right?

2010/1/18 Teodor Sigaev <teodor@sigaev.ru>
Basically, I started testing prefix matching in FTS and got into
troubles. Self-contained example follows:

Thank you, fixed. The reason was in incorrect optimization of GIN scan: GIN reuses scan result for equals key, but comparison of key didn't take into account a difference of scan's strategy.



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

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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: Incorrect FTS query results with GIN index
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: Incorrect FTS query results with GIN index