• Tom Lane's avatar
    Allow implicit cast from any named composite type to RECORD. At the · d468e19a
    Tom Lane authored
    moment this has no particular use except to allow table rows to be
    passed to record_out(), but that case seems to be useful in itself
    per recent example from Elein.  Further down the road we could look
    at letting PL functions be declared to accept RECORD parameters.
    d468e19a
parse_coerce.c 50.5 KB