Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a5b370943e1a7936e0118641f16acf6dbcc829cc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-05-18T18:49:41Z
Releases: 7.3.1
Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to
process function RTE expressions, which they were previously missing.
This allows outer-Var references and subselects to work correctly in
the arguments of a function RTE.  Install check to prevent function RTEs
from cross-referencing Vars of sibling FROM-items, which doesn't make
any sense (if you want to join, write a JOIN or WHERE clause).

Files