• Tom Lane's avatar
    Improve plpgsql's ability to cope with rowtypes containing dropped columns, · dcb2bda9
    Tom Lane authored
    by supporting conversions in places that used to demand exact rowtype match.
    
    Since this issue is certain to come up elsewhere (in fact, already has,
    in ExecEvalConvertRowtype), factor out the support code into new core
    functions for tuple conversion.  I chose to put these in a new source
    file since heaptuple.c is already overly long.
    
    Heavily revised version of a patch by Pavel Stehule.
    dcb2bda9
tupconvert.c 9.65 KB