• J
    Fix the assert failure on pullup flow in within group · 7246f370
    Jinbao Chen 提交于
    Flow in AggNode has wrong TargetList. AggNode has a different
    TargetList from its child nodes, so copying flow directly from the
    child node to AggNode is completely wrong. We need to use pullupflow to
    generate this TargetList in creating the within group plan with single
    QE.
    7246f370
cdbgroup.c 210.7 KB