pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...
Date: 2002-08-12 00:36:12
Message-ID: 20020812003612.86A28475939@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/08/11 20:36:12

Modified files:
doc/src/sgml : runtime.sgml
src/backend/utils/init: globals.c
src/backend/utils/misc: guc.c postgresql.conf.sample
src/backend/utils/mmgr: aset.c mcxt.c
src/backend/utils/sort: tuplesort.c tuplestore.c
src/include/nodes: memnodes.h
src/include/utils: memutils.h

Log message:
Change memory-space accounting mechanism in tuplesort.c and tuplestore.c
to make a reasonable attempt at accounting for palloc overhead, not just
the requested size of each memory chunk. Since in many scenarios this
will make for a significant reduction in the amount of space acquired,
partially compensate by doubling the default value of SORT_MEM to 1Mb.
Per discussion in pgsql-general around 9-Jun-2002..

Browse pgsql-committers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-08-12 02:17:18 TOAST & DROP COLUMN (Was: RE: pgsql-server/ oc/src/sgml/ref/cluster.sgml rc/ ... )
Previous Message Alvaro Herrera 2002-08-11 23:05:07 Re: [COMMITTERS] pgsql-server/ oc/src/sgml/release.sgml rc/back ...