• Tom Lane's avatar
    Remove grotty special-case code in coerce_to_target_type() that · 89ab5c4a
    Tom Lane authored
    implemented casts to varchar and bpchar using a cast-to-text function.
    This is a holdover from before we had pg_cast; it now makes more sense
    to just list these casts in pg_cast.  While at it, add pg_cast entries
    for the other direction (casts from varchar/bpchar) where feasible.
    89ab5c4a
catversion.h 2.58 KB