mirror of https://github.com/citusdata/citus.git
wip
parent
61083f9187
commit
0d09e24aed
|
@ -1699,9 +1699,6 @@ AddInsertSelectCasts(List *insertTargetList, List *selectTargetList,
|
|||
* create a duplicated projected entry with the coerced expression.
|
||||
*/
|
||||
TargetEntry *coercedEntry = copyObject(selectEntry);
|
||||
coercedEntry->expr = CastExpr((Expr *) selectEntry->expr, sourceType,
|
||||
targetType, attr->attcollation,
|
||||
attr->atttypmod);
|
||||
coercedEntry->ressortgroupref = 0;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue