default of max_stack_depth - Mailing list pgsql-hackers

From Fujii Masao
Subject default of max_stack_depth
Date
Msg-id AANLkTikJKaj4rGRX1r918ORd-82T5SV9Tu0ZXygyNnHg@mail.gmail.com
Whole thread Raw
Responses Re: default of max_stack_depth
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: review: xml_is_well_formed
Next
From: Mike Fowler
Date:
Subject: Re: review: xml_is_well_formed