Re: BUG #18953: Planner fails to build plan for complex query with LATERAL references - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18953: Planner fails to build plan for complex query with LATERAL references
Date
Msg-id 2075249.1751060239@sss.pgh.pa.us
Whole thread Raw
In response to BUG #18953: Planner fails to build plan for complex query with LATERAL references  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #18953: Planner fails to build plan for complex query with LATERAL references
List pgsql-bugs
... BTW, looking at these two patches again, I wonder if it'd be
better to put the hackery for SubLink conversion into
identify_current_nestloop_params?  That'd remove the need to argue
that we don't have to fix both copies of a nestloop-parameter PHV.
The responsibility doesn't clearly belong to
identify_current_nestloop_params, but it doesn't clearly belong
to create_nestloop_plan either, so neither choice seems superior
from a modularity standpoint.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: PGXS does not properly uninstall documentation
Next
From: Alexander Lakhin
Date:
Subject: Re: BUG #18953: Planner fails to build plan for complex query with LATERAL references