citus/src
Onder Kalaci 5ed42c21ba Subquery pushdown planner uses original query
With this commit, we change the input to the logical planner for
subquery pushdown. Before this commit, the planner was relying
on the query tree that is transformed by the postgresql planner.
After this commit, the planner uses the original query. The main
motivation behind this change is the simplify deparsing of
subqueries.
2017-04-11 14:22:16 +03:00
..
backend Subquery pushdown planner uses original query 2017-04-11 14:22:16 +03:00
include Subquery pushdown planner uses original query 2017-04-11 14:22:16 +03:00
test/regress Subquery pushdown planner uses original query 2017-04-11 14:22:16 +03:00