• Tom Lane's avatar
    Change typreceive function API so that receive functions get the same · d78397d3
    Tom Lane authored
    optional arguments as text input functions, ie, typioparam OID and
    atttypmod.  Make all the datatypes that use typmod enforce it the same
    way in typreceive as they do in typinput.  This fixes a problem with
    failure to enforce length restrictions during COPY FROM BINARY.
    d78397d3
postgres.c 91.8 KB