mirror of https://github.com/citusdata/citus.git
Remove now unnecessary comment
parent
aefda3edf2
commit
5f719b6358
|
@ -206,9 +206,6 @@ distributed_planner(Query *parse, int cursorOptions, ParamListInfo boundParams)
|
||||||
* set, which doesn't break our goals, but, prevents us keeping an extra copy
|
* set, which doesn't break our goals, but, prevents us keeping an extra copy
|
||||||
* of the query tree. Note that we copy the query tree once we're sure it's a
|
* of the query tree. Note that we copy the query tree once we're sure it's a
|
||||||
* distributed query.
|
* distributed query.
|
||||||
*
|
|
||||||
* Since fast-path queries do not through standard planner, we skip unnecessary
|
|
||||||
* parts in that case.
|
|
||||||
*/
|
*/
|
||||||
rteIdCounter = AssignRTEIdentities(rangeTableList, rteIdCounter);
|
rteIdCounter = AssignRTEIdentities(rangeTableList, rteIdCounter);
|
||||||
opts.originalQuery = copyObject(parse);
|
opts.originalQuery = copyObject(parse);
|
||||||
|
|
Loading…
Reference in New Issue