Bug in planner - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Bug in planner
Date
Msg-id 553A104D.6040403@sigaev.ru
Whole thread Raw
Responses Re: Bug in planner
List pgsql-hackers
Hi!

I faced with planner error:
ERROR:  could not find RelOptInfo for given relids

A test case is in attachment, all supported versions of pgsql and HEAD are
affected.

Suppose, there is something wrong in pull_up_sublinks_qual_recurse() near
converting NOT EXISTS into join, because preventing such convertion makes query
worked. But I'm not sure.



--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

Attachment

pgsql-hackers by date:

Previous
From: Shigeru HANADA
Date:
Subject: Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)
Next
From: Joel Jacobson
Date:
Subject: Re: PL/pgSQL, RAISE and error context