!2770 函数has_shippable_col_for_insert内最后退出代码冗余
Merge pull request !2770 from foolishlee/has_shippable_col_for_insert
This commit is contained in:
@ -4117,8 +4117,6 @@ static int has_shippable_col_for_insert(Query* query, TargetEntry* tar, RangeTbl
|
||||
bool no_quals = true;
|
||||
if (find_distcol_expr_recurse(query, query->jointree, tvar, &no_quals, false) || no_quals) {
|
||||
return INSEL_SHIPPABLE_DCOL;
|
||||
} else {
|
||||
return INSEL_UNSHIPPABLE_COL;
|
||||
}
|
||||
|
||||
/* Default */
|
||||
|
||||
Reference in New Issue
Block a user