mirror of https://github.com/citusdata/citus.git
Remove unnecessary assertion for reverse ordered updates
parent
530a284e51
commit
798376dcbb
|
@ -3349,8 +3349,6 @@ get_update_query_targetlist_def(Query *query, List *targetList,
|
||||||
next_ma_cell = lnext(ma_sublinks, next_ma_cell);
|
next_ma_cell = lnext(ma_sublinks, next_ma_cell);
|
||||||
remaining_ma_columns = count_nonjunk_tlist_entries(
|
remaining_ma_columns = count_nonjunk_tlist_entries(
|
||||||
((Query *) cur_ma_sublink->subselect)->targetList);
|
((Query *) cur_ma_sublink->subselect)->targetList);
|
||||||
Assert(((Param *) expr)->paramid ==
|
|
||||||
((cur_ma_sublink->subLinkId << 16) | 1));
|
|
||||||
appendStringInfoChar(buf, '(');
|
appendStringInfoChar(buf, '(');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue