Re: problems with Gist when migrating from 7.1.3 -> 7.3.x

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: problems with Gist when migrating from 7.1.3 -> 7.3.x
Дата
Msg-id 3E5498B7.2050203@stack.net
обсуждение исходный текст
Ответ на problems with Gist when migrating from 7.1.3 -> 7.3.x  (Hans-Jürgen Schönig <hs@cybertec.at>)
Список pgsql-general
First of all try disable index scan.
For further, pls, create minimal test suite demostrated this problem...


Hans-Jürgen Schönig wrote:
> Hallo ...
>
> We have a problem with Gist fields when migrating from 7.1.3 to 7.3. Our
> queries lead to different results. Actually data is lost somehow.
>
> The problem occurs when running queries like that:
>
> where (( key2img @ '{44756,44809}' or key2img && '{49582}' ) and not
> key2img
> && '{47343}' )
>
> 7.1.3 seems to return the correct result. 7.3 is much faster but returns
> nothing.
> Is it a bug? Is it a conceptual change? What went wrong? Did anybody
> encount similour problems?
>
>    Regards,
>
>        Hans
> <http://kernel.cybertec.at>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

--
Teodor Sigaev
teodor@stack.net



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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: 7.3.1 takes long time to vacuum table?
Следующее
От: Vitaly
Дата:
Сообщение: error while working with pgsql in php