]> granicus.if.org Git - postgresql/commit
Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Dec 2000 18:14:29 +0000 (18:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Dec 2000 18:14:29 +0000 (18:14 +0000)
commita49436d7e900e677af7f5598891e9d7514ccd464
treedd35ca517c7156a5ec62d2f31690fd520bc9ae23
parenteb743d0f9895b150fd26884ee2088bd9d9dc0c68
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.
src/backend/utils/mmgr/aset.c
src/include/nodes/memnodes.h