提交 05929d4c 编写于 作者: E Ekta Khanna 提交者: khannaekta

Remove GPDB_94_STABLE_MERGE_FIXME for CTE

Here the check for `RTE_CTE` is correct since in GPDB, while planning, CTE is
considered similar to subquery. Hence, removing the FIXME.
Co-authored-by: NAlexandra Wang <lewang@pivotal.io>
上级 9208b8f3
......@@ -1171,9 +1171,6 @@ inheritance_planner(PlannerInfo *root)
{
RangeTblEntry *rte = (RangeTblEntry *) lfirst(lc);
/*
* GPDB_94_STABLE_MERGE_FIXME: Is CTE handled right here?
*/
if (rte->rtekind == RTE_SUBQUERY || rte->rtekind == RTE_CTE)
subqueryRTindexes = bms_add_member(subqueryRTindexes, rti);
rti++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册