Remove some unused and seldom used fields from RelationAmInfo.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 87ae9e72654ddddf25433b8a178e9268cf03f5b5
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-04-16T12:07:58Z
Releases: 9.3.0
Remove some unused and seldom used fields from RelationAmInfo.

This saves some memory from each index relcache entry. At least on a 64-bit
machine, it saves just enough to shrink a typical relcache entry's memory
usage from 2k to 1k. That's nice if you have a lot of backends and a lot of
indexes.

Files

PathChange+/−
src/backend/access/index/indexam.c modified +13 −6
src/include/utils/rel.h modified +2 −8