Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp
Дата
Msg-id 4858.1310937002@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Tom Lane wrote:
>> Add temp_file_limit GUC parameter to constrain temporary file space usage.
>> 
>> The limit is enforced against the total amount of temp file space used by
>> each session.
>> 
>> Mark Kirkwood, reviewed by C?dric Villemain and Tatsuo Ishii

> Should we document that sessions that exceed this limit generate an
> error?  I don't see any mention of this in the docs.

Huh?  Seems like a waste of text to me.  What else would happen?
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Reduced power consumption in WAL Writer process