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

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: pgsql-server/ ontrib/tablefunc/tablefunc.c oc/ ...
Дата
Msg-id 40205969.2030809@familyhealth.com.au
обсуждение исходный текст
Ответ на pgsql-server/ ontrib/tablefunc/tablefunc.c oc/ ...  (tgl@svr1.postgresql.org (Tom Lane))
Ответы Re: pgsql-server/ ontrib/tablefunc/tablefunc.c oc/ ...
Список 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


В списке pgsql-committers по дате отправления:

Предыдущее
От: wieck@svr1.postgresql.org (Jan Wieck)
Дата:
Сообщение: pgsql-server/src backend/storage/buffer/bufmgr ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c oc/ ...