summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorTom Lane2012-08-18 18:10:17 +0000
committerTom Lane2012-08-18 18:10:17 +0000
commit084a29c94f94b5a08aec9f68f3cfaf252f4fa17c (patch)
tree2db6b7aa778f8299fce6cbfde5ce63efc91eb5cf /src/include/postgres.h
parent18226849ea12c566fb2b3be505448e0ba289ea10 (diff)
Another round of planner fixes for LATERAL.
Formerly, subquery pullup had no need to examine other entries in the range table, since they could not contain any references to the subquery being pulled up. That's no longer true with LATERAL, so now we need to be able to visit rangetable subexpressions to replace Vars referencing the pulled-up subquery. Also, this means that extract_lateral_references must be unsurprised at encountering lateral PlaceHolderVars, since such might be created when pulling up a subquery that's underneath an outer join with respect to the lateral reference.
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions