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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Melese Tesfaye <mtesfaye(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7570: WHERE .. IN bug from 9.2.0 not fixed in 9.2.1
Date: 2012-09-27 21:02:51
Message-ID: 4723.1348779771@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Simon Riggs 2012-09-27 21:29:02 Re: BUG #7572: virtualxid lock held by bgwriter on promoted slaves
Previous Message Pavel Stehule 2012-09-27 16:32:27 Re: BUG #7571: Query high memory usage