Modify aset.c logic so that blocks requested from malloc get
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 May 1999 23:19:37 +0000 (23:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 May 1999 23:19:37 +0000 (23:19 +0000)
commit499d65aa48e9148090ff853c4c4e0739f0b47c82
treecd9b5e055744f9104e775a94f395230de58e070b
parentcbe102b147a42fcf8ae2d091826649537c9fd74e
Modify aset.c logic so that blocks requested from malloc get
bigger the more space is used in an allocset.  This reduces the malloc
overhead very substantially on queries that need lots of memory.
src/backend/utils/mmgr/aset.c
src/include/utils/memutils.h