mirror of https://github.com/citusdata/citus.git
wip
parent
61083f9187
commit
c52d699ad2
|
@ -423,7 +423,7 @@ CreateInsertSelectIntoLocalTablePlan(uint64 planId, Query *insertSelectQuery,
|
||||||
* distributed select instead of returning it.
|
* distributed select instead of returning it.
|
||||||
*/
|
*/
|
||||||
selectRte->subquery = distPlan->combineQuery;
|
selectRte->subquery = distPlan->combineQuery;
|
||||||
distPlan->combineQuery = insertSelectQuery;
|
distPlan->combineQuery = selectQuery;
|
||||||
|
|
||||||
return distPlan;
|
return distPlan;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue