Create infrastructure for 'MinimalTuple' representation of in-memory

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3f50ba27cf417eb57fd310c2a88f76a6ea6b966e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-06-27T02:51:40Z
Releases: 8.2.0
Create infrastructure for 'MinimalTuple' representation of in-memory
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.

Files