• A
    Save the complete slot data in ExecMaterializeSlot() · 1eeae2e9
    Adam Lee 提交于
    ExecMaterializeSlot() transformed any tuple to a virtual tuple via
    slot_getallattrs(), then formed a heaptuple from it, ctid was lost here
    since virtual tuples have no system columns.
    
    This commit copies the entire htup directly if we have a regular
    physical tuple but not locally palloc'd.
    1eeae2e9
execTuples.c 45.8 KB