• T
    Create infrastructure for 'MinimalTuple' representation of in-memory · 3f50ba27
    Tom Lane 提交于
    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
tstoreReceiver.c 1.9 KB