mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 23:59:45 -04:00
a5b370943e
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).