pull/7675/head
Ibrahim Halatci 2025-06-23 15:56:58 +00:00
parent e18857998f
commit fd099d1ca4
1 changed files with 1 additions and 1 deletions

View File

@ -3558,7 +3558,7 @@ get_update_query_targetlist_def(Query *query, List *targetList,
else if (!tle->resjunk)
{
int paramid = 0;
Assert(!saw_junk)
Assert(!saw_junk);
paramid = GetParamId((Node *) tle->expr);
if (paramid < previous_paramid)