mirror of https://github.com/citusdata/citus.git
wip
parent
b79af16dac
commit
dd8a905101
|
@ -917,6 +917,7 @@ ShouldRecursivelyPlanSubquery(Query *subquery, RecursivePlanningContext *context
|
||||||
* when the local tables are on the leaf queries and the upper level queries
|
* when the local tables are on the leaf queries and the upper level queries
|
||||||
* do not contain any other local tables.
|
* do not contain any other local tables.
|
||||||
*/
|
*/
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
else if (CanPushdownSubquery(subquery, false))
|
else if (CanPushdownSubquery(subquery, false))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue