Re: Strange behavior for query comparing 8.2.5 and 8.3.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Uhl <joeuhl(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Strange behavior for query comparing 8.2.5 and 8.3.0
Date: 2008-09-10 19:44:00
Message-ID: 9486.1221075840@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Joe Uhl <joeuhl(at)gmail(dot)com> writes:
> We have a query that returns a different result in 8.2.5 and 8.3.0.
> ...
> The result in 8.3.0 is what we expect.

I guess I read a little too fast, because I overlooked that comment.
It's the 8.3.0 plan that is broken in my opinion --- it shouldn't be
pushing down the IS NULL conditions. If you think that 8.2.5 is giving
a wrong answer then you need to provide a test case demonstrating that.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Martin Schäfer 2008-09-11 14:23:10 Incorrect cursor behaviour with gist index
Previous Message Joe Uhl 2008-09-10 19:41:46 Re: Strange behavior for query comparing 8.2.5 and 8.3.0