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: 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-26 23:13:39
Message-ID: 6567.1348701219@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

mtesfaye(at)gmail(dot)com writes:
> I had a problem with missing rows in a resultset when using WHERE .. IN
> after upgrading to 9.2.0.

We'll need a self-contained test case to investigate that. The query
alone is of no help without table definitions and sample data sufficient
to reproduce the misbehavior. Since I gather that the table names in
the query are not even tables but views, what you've provided is even
more inadequate for investigation.

You can find some advice about submitting useful bug reports at
https://wiki.postgresql.org/wiki/Guide_to_reporting_problems

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Melese Tesfaye 2012-09-27 03:01:34 Re: BUG #7570: WHERE .. IN bug from 9.2.0 not fixed in 9.2.1
Previous Message daniele.varrazzo 2012-09-26 21:33:26 BUG #7572: virtualxid lock held by bgwriter on promoted slaves