mirror of https://github.com/citusdata/citus.git
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. |
||
|---|---|---|
| .. | ||
| backend | ||
| include | ||
| test/regress | ||