fix the problem of replace into stmt can't use in plpgsql and remove warming
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user