• Tom Lane's avatar
    Consider interpreting a function call as a trivial (binary-compatible) · 03b0a589
    Tom Lane authored
    type coercion after failing to find an exact match in pg_proc, but before
    considering interpretations that involve a function call with one or
    more argument type coercions.  This avoids surprises wherein what looks
    like a type coercion is interpreted as coercing to some third type and
    then to the destination type, as in Dave Blasby's bug report of 3-Oct-01.
    See subsequent discussion in pghackers.
    03b0a589
parse_func.h 1.88 KB