default of max_stack_depth

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема default of max_stack_depth
Дата
Msg-id AANLkTikJKaj4rGRX1r918ORd-82T5SV9Tu0ZXygyNnHg@mail.gmail.com
обсуждение исходный текст
Ответы Re: default of max_stack_depth  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

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?

This seems confusing to me though I know that
InitializeGUCOptions() sets max_stack_depth to 2MB.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: review: xml_is_well_formed
Следующее
От: Mike Fowler
Дата:
Сообщение: Re: review: xml_is_well_formed