mirror of https://github.com/citusdata/citus.git
typo
parent
e18857998f
commit
fd099d1ca4
|
@ -3558,7 +3558,7 @@ get_update_query_targetlist_def(Query *query, List *targetList,
|
||||||
else if (!tle->resjunk)
|
else if (!tle->resjunk)
|
||||||
{
|
{
|
||||||
int paramid = 0;
|
int paramid = 0;
|
||||||
Assert(!saw_junk)
|
Assert(!saw_junk);
|
||||||
|
|
||||||
paramid = GetParamId((Node *) tle->expr);
|
paramid = GetParamId((Node *) tle->expr);
|
||||||
if (paramid < previous_paramid)
|
if (paramid < previous_paramid)
|
||||||
|
|
Loading…
Reference in New Issue