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

From Tom Lane
Subject Re: beta testing - planner bug - ERROR: XX000: failed to build any 2-way joins
Date
Msg-id 16881.1274632511@sss.pgh.pa.us
Whole thread Raw
In response to beta testing - planner bug - ERROR: XX000: failed to build any 2-way joins  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.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


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [PATCH] Move 'long long' check to c.h
Next
From: Tom Lane
Date:
Subject: Re: beta testing - pg_upgrade bug fix - double free