mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 23:33:01 -04:00
51fd22abdd
rather than a Query node; this allows set_plan_references to recurse into subplans correctly. Fixes core dump on full outer joins in subplans. Also, invoke preprocess_expression on function RTEs' function expressions. This seems to fix the planner's problems with outer-level Vars in function RTEs.