Remove unnecessary assertion for reverse ordered updates

remove-unnecessary-assertion
Ahmet Gedemenli 2021-02-16 16:39:53 +03:00
parent 530a284e51
commit 798376dcbb
1 changed files with 0 additions and 2 deletions

View File

@ -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, '(');
} }
} }