Pass atttypmod to CoerceTargetExpr, so that it can pass it on to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ac4878a06009c34bf26b12f358fc45bef13829bf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-01-17T02:04:16Z
Releases: 7.1.1
Pass atttypmod to CoerceTargetExpr, so that it can pass it on to
coerce_type, so that the right things happen when coercing a previously-
unknown constant to a destination data type.

Files