fix the problem of replace into stmt can't use in plpgsql and remove warming

This commit is contained in:
zongwei
2022-09-17 22:56:59 -04:00
parent 4c9602a19e
commit 5babf5893d
5 changed files with 37 additions and 2 deletions

View File

@ -3250,7 +3250,7 @@ static TupleTableSlot* ExecReplace(EState* estate, ModifyTableState* node, Tuple
slot = ExecInsert(node, slot, plan_slot, estate, node->canSetTag, hi_options, &partition_list);
}
}
return slot;
}
/* ----------------------------------------------------------------