Re: pgsql-server/ ontrib/tablefunc/tablefunc.c oc/ ...

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c oc/ ...
Date: 2004-02-04 02:31:05
Message-ID: 40205969.2030809@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> Log message:
> Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
> Make btree index creation and initial validation of foreign-key constraints
> use maintenance_work_mem rather than work_mem as their memory limit.
> Add some code to guc.c to allow these variables to be referenced by their
> old names in SHOW and SET commands, for backwards compatibility.

Does this mean that if you go ALTER USER/SET sort_mem TO xxx, it will
set the variable work_mem=xxx in their pg_shadow row?

Chris

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-02-04 04:15:05 Re: pgsql-server/ ontrib/tablefunc/tablefunc.c oc/ ...
Previous Message Jan Wieck 2004-02-04 01:24:54 pgsql-server/src backend/storage/buffer/bufmgr ...