Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.
Date: 2010-12-31 02:13:43
Message-ID: 15645.1293761623@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> This is cool, but on first blush your changes to
> add_paths_to_joinrel() appear to be total nonsense. I think the
> problem is that have_nonmergeable_clause is really a misnomer - it's
> not clear until you read through the whole diff that this won't get
> set for inner/left joins.

Yeah, I wasn't totally satisfied with that variable name either.
Do you have a better idea?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-12-31 02:55:21 Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.
Previous Message Robert Haas 2010-12-31 02:02:01 Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.