pgsql/src/include/nodes (memnodes.h)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/nodes (memnodes.h)
Date: 2000-12-01 18:14:29
Message-ID: 200012011814.eB1IET298604@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, December 1, 2000 @ 13:14:29
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/nodes
from hub.org:/home/projects/pgsql/tmp/cvs-serv98598/src/include/nodes

Modified Files:
memnodes.h

----------------------------- Log Message -----------------------------

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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-12-01 19:52:04 pgsql/src/backend/utils/error (elog.c)
Previous Message tgl 2000-12-01 05:17:20 pgsql/src/backend/utils/adt (formatting.c)