Re: full outer join bug? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: full outer join bug?
Date
Msg-id 7608.1006116788@sss.pgh.pa.us
Whole thread Raw
In response to Re: full outer join bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: full outer join bug?
List pgsql-hackers
I wrote:
> I have plans to revise the handling of join variables at some point
> in the future, probably as part of the fabled querytree redesign.
> And mergejoining on expressions should be allowed too, sooner or later.
> Neither one is going to happen for 7.2 though ...

There probably ought to be something in the master TODO list about
these.  Bruce, would you add something along the lines of:

* Nested FULL OUTER JOINs don't work (Tom)
* Allow merge and hash joins on expressions not just simple variables (Tom)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: 7.2b2 "make check" failure on Red Hat Linux 7.2
Next
From: Bruce Momjian
Date:
Subject: Re: full outer join bug?