Re: [GENERAL] Performance of full outer join in 8.3 - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: [GENERAL] Performance of full outer join in 8.3
Date
Msg-id 1239832513.23905.82.camel@ebony.2ndQuadrant
Whole thread Raw
In response to Re: [GENERAL] Performance of full outer join in 8.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [GENERAL] Performance of full outer join in 8.3  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, 2009-04-15 at 12:34 -0400, Tom Lane wrote:

> On further review, this did work in 8.3 when released.  I think it got
> broken here:
> 
> http://archives.postgresql.org/pgsql-committers/2008-06/msg00336.php
> 
> because that change is preventing the "mergedvar = constant" clause from
> being seen as an equivalence, when it should be seen as one.  Need to
> think about a tighter fix for the bug report that prompted that change.

I've always been scared to ask this question, in case the answer is No,
but: Do we have a set of regression tests for the optimizer anywhere?

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] Performance of full outer join in 8.3
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Performance of full outer join in 8.3