Re: default of max_stack_depth

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: default of max_stack_depth
Дата
Msg-id 18182.1281103326@sss.pgh.pa.us
обсуждение исходный текст
Ответ на default of max_stack_depth  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: default of max_stack_depth  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Fujii Masao <masao.fujii@gmail.com> writes:
> The document says that the max_stack_depth is 2MB by default.
> OTOH, in the source code, the variable max_stack_depth is
> initialized with 100 (kB), and guc.c also uses 100 as the
> default. Why?

The initial value needs to be small until we have been able to probe
rlimit and figure out what is safe.
        regards, tom lane


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

Предыдущее
От: Mike Fowler
Дата:
Сообщение: Re: review: xml_is_well_formed
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Initial review of xslt with no limits patch