onder_fix_ins_seleect
Onder Kalaci 2022-07-27 14:27:08 +02:00
parent 61083f9187
commit c52d699ad2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }