• Andres Freund's avatar
    Don't force materializing when copying a buffer tuple table slot. · 8f057738
    Andres Freund authored
    After 5408e233 it's not necessary to force materializing the
    target slot when copying from one buffer slot to another. Previously
    that was required because the HeapTupleData portion of the source slot
    wasn't guaranteed to stay valid long enough, but now we can simply
    copy that part into the destination slot's tupdata.
    
    Author: Andres Freund
    8f057738
execTuples.c 60.2 KB