mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Get rid of COERCE_DONTCARE.
We don't need this hack any more.
This commit is contained in:
@@ -982,7 +982,7 @@ generate_setop_tlist(List *colTypes, List *colCollations,
|
||||
exprType(expr),
|
||||
exprTypmod(expr),
|
||||
colColl,
|
||||
COERCE_DONTCARE);
|
||||
COERCE_IMPLICIT_CAST);
|
||||
}
|
||||
|
||||
tle = makeTargetEntry((Expr *) expr,
|
||||
|
||||
Reference in New Issue
Block a user