Re: BUG #7570: WHERE .. IN bug from 9.2.0 not fixed in 9.2.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #7570: WHERE .. IN bug from 9.2.0 not fixed in 9.2.1
Дата
Msg-id 4723.1348779771@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #7570: WHERE .. IN bug from 9.2.0 not fixed in 9.2.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I wrote:
> Argh.  The problem query has a plan like this: ...
> which means the indexscan has to support mark/restore calls.  And it
> looks like I blew it on mark/restore support when I taught btree to
> handle =ANY conditions natively,

I've committed a patch for this.  Thanks for the report!

            regards, tom lane

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: BUG #7571: Query high memory usage
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: BUG #7572: virtualxid lock held by bgwriter on promoted slaves