Re: [GENERAL] Incorrect FTS result with GIN index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Incorrect FTS result with GIN index
Дата
Msg-id 14531.1280420918@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Incorrect FTS result with GIN index  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> On Thu, 29 Jul 2010, Tom Lane wrote:
>> Yeah, that case works (though I think it's unnecessarily slow).  The one
>> that gives the wrong answer is the equivalent form with two AND'ed @@
>> operators.

> hmm, that query works too :)

There may be some platform dependency involved --- in particular, you
wouldn't see the issue unless one keystream has two nonlossy TIDs on the
same page as the other one has a lossy TID, so it's going to depend on
the placement of heap rows.  Anyway, I can reproduce it just by loading
the given dump, on both 8.4 and HEAD.  Will work on a fix.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: page corruption on 8.3+ that makes it to standby
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: string_to_array has to be stable?