remove_cast
Onder Kalaci 2022-07-27 16:51:06 +02:00
parent 61083f9187
commit 0d09e24aed
1 changed files with 0 additions and 3 deletions

View File

@ -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;
/*