diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-05-18 18:49:41 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-05-18 18:49:41 +0000 |
commit | a5b370943e1a7936e0118641f16acf6dbcc829cc (patch) | |
tree | 3c133b3fd1134cc9fb2ca711b58dda6bc3c7e5f0 /src/backend/access/gist/gist.c | |
parent | 2c50f6344b4160dc8748b9a12db64fa2e94b46e0 (diff) | |
download | postgresql-a5b370943e1a7936e0118641f16acf6dbcc829cc.tar.gz |
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).
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions