Remove the no-longer-useful BTItem/BTItemData level of structure, and

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

Commit: c389760c324a1bfe0bebb6977d980e01a588985b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-25T23:04:21Z
Releases: 8.2.0
Remove the no-longer-useful BTItem/BTItemData level of structure, and
just refer to btree index entries as plain IndexTuples, which is what
they have been for a very long time.  This is mostly just an exercise
in removing extraneous notation, but it does save a palloc/pfree cycle
per index insertion.

Files