!2770 函数has_shippable_col_for_insert内最后退出代码冗余

Merge pull request !2770 from foolishlee/has_shippable_col_for_insert
This commit is contained in:
opengauss-bot
2023-02-02 06:39:52 +00:00
committed by Gitee

View File

@ -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 */