Re: beta testing - planner bug - ERROR: XX000: failed to build any 2-way joins

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: beta testing - planner bug - ERROR: XX000: failed to build any 2-way joins
Date: 2010-05-23 16:35:11
Message-ID: 16881.1274632511@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> postgres=# explain SELECT name
> FROM person
> WHERE name IN (
> SELECT name FROM person p
> LEFT JOIN person_data ON p.id = person_data.id);
> ERROR: failed to build any 2-way joins

Fixed, thanks.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-05-23 16:54:49 Re: beta testing - pg_upgrade bug fix - double free
Previous Message Matteo Beccati 2010-05-23 16:33:34 Re: Re: Mailing list archives (was Re: [HACKERS] mailing list archiver chewing patches)