Remove the t_datamcxt field of HeapTupleData. This was introduced for

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

Commit: dd218ae7b00ccb4576e0048fc85665c8ae6bcf93
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-11-20T19:49:08Z
Releases: 8.2.0
Remove the t_datamcxt field of HeapTupleData.  This was introduced for
the convenience of tuptoaster.c and is no longer needed, so may as well
get rid of some small amount of overhead.

Files