Remove now unnecessary comment

use-plancontext-more
Jelte Fennema 2019-12-27 14:09:49 +01:00
parent aefda3edf2
commit 5f719b6358
1 changed files with 0 additions and 3 deletions

View File

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