Remove the no-longer-useful HashItem/HashItemData level of structure.
Tom Lane <tgl@sss.pgh.pa.us>
Remove the no-longer-useful HashItem/HashItemData level of structure. Same motivation as for BTItem.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/hash/hash.c | modified | +7 −15 |
| src/backend/access/hash/hashinsert.c | modified | +9 −14 |
| src/backend/access/hash/hashovfl.c | modified | +6 −7 |
| src/backend/access/hash/hashpage.c | modified | +5 −9 |
| src/backend/access/hash/hashsearch.c | modified | +4 −10 |
| src/backend/access/hash/hashutil.c | modified | +1 −33 |
| src/include/access/hash.h | modified | +2 −10 |