• Alvaro Herrera's avatar
    Remove extra copying of TupleDescs for heap_create_with_catalog · a40a5d94
    Alvaro Herrera authored
    Some callers were creating copies of tuple descriptors to pass to that
    function, stating in code comments that it was necessary because it
    modified the passed descriptor.  Code inspection reveals this not to be
    true, and indeed not all callers are passing copies in the first place.
    So remove the extra ones and the misleading comments about this behavior
    as well.
    a40a5d94
execMain.c 74 KB