• A
    Fix warnings for make_motion_gather_to_*(). · 8425f908
    Ashwin Agrawal 提交于
    After 7e268107 started seeing warnings like
    ------------------
    cdbgroup.c:1478:68: warning: expression which evaluates to zero treated as a null pointer constant of type 'List *' (aka 'struct List *') [-Wnon-literal-null-conversion]
                    result_plan = (Plan*)make_motion_gather_to_QE(root, result_plan, false);
                                                                                     ^~~~~
    ------------------
    8425f908
cdbsetop.c 12.9 KB