Re: BUG #7570: WHERE .. IN bug from 9.2.0 not fixed in 9.2.1 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #7570: WHERE .. IN bug from 9.2.0 not fixed in 9.2.1
Date
Msg-id 4723.1348779771@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #7570: WHERE .. IN bug from 9.2.0 not fixed in 9.2.1  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: BUG #7571: Query high memory usage
Next
From: Simon Riggs
Date:
Subject: Re: BUG #7572: virtualxid lock held by bgwriter on promoted slaves