Re: BUG #14105: regression for right join - failed to build any 2-way joins

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: vojta(dot)rylko(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14105: regression for right join - failed to build any 2-way joins
Date: 2016-04-22 00:06:59
Message-ID: 9386.1461283619@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

vojta(dot)rylko(at)gmail(dot)com writes:
> I have problem with right join which uses coalesce in join condition. With
> other type of join or without coalesce query works.

I've pushed a fix for this. Thanks for the report and test case!

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David Gould 2016-04-22 05:13:08 Re: BUG #14101: Postgres Service Crashes With Memory Error And Does Not Recover
Previous Message Tom Lane 2016-04-21 21:50:15 Re: BUG #14104: PREPARE document has a missing parameter in one of the examples