• Tom Lane's avatar
    Create infrastructure for 'MinimalTuple' representation of in-memory · 3f50ba27
    Tom Lane authored
    tuples with less header overhead than a regular HeapTuple, per my
    recent proposal.  Teach TupleTableSlot code how to deal with these.
    As proof of concept, change tuplestore.c to store MinimalTuples instead
    of HeapTuples.  Future patches will expand the concept to other places
    where it is useful.
    3f50ba27
execTuples.c 31.5 KB