Skip to content
Snippets Groups Projects
Commit 6c598869 authored by Tom Lane's avatar Tom Lane
Browse files

Second try at fixing join alias variables. Instead of attaching miscellaneous

lists to join RTEs, attach a list of Vars and COALESCE expressions that will
replace the join's alias variables during planning.  This simplifies
flatten_join_alias_vars while still making it easy to fix up varno references
when transforming the query tree.  Add regression test cases for interactions
of subqueries with outer joins.
parent c8996f9c
No related branches found
No related tags found
No related merge requests found
Showing
with 550 additions and 651 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment