Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's

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

Commit: a49436d7e900e677af7f5598891e9d7514ccd464
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-12-01T18:14:29Z
Releases: 7.1.1
Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's
not-very-good handling of mid-size allocation requests.  Do everything via
either the "small" case (chunk size rounded up to power of 2) or the "large"
case (pass it straight off to malloc()).  Increase the number of freelists
a little to set the breakpoint between these behaviors at 8K.

Files

PathChange+/−
src/backend/utils/mmgr/aset.c modified +204 −167
src/include/nodes/memnodes.h modified +1 −22