Skip to content

Commit e28649a

Browse files
committed
Doc: remove obsolete reference to recursive expression evaluation.
John Naylor Discussion: https://postgr.es/m/CAJVSVGUPH-0q5feP4v9b+Y8K3HGTn3bEd5KV7VbyUj-oFdSLzA@mail.gmail.com
1 parent b7a2969 commit e28649a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/src/sgml/config.sgml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1675,12 +1675,11 @@ include_dir 'conf.d'
16751675
enforced by the kernel (as set by <literal>ulimit -s</literal> or local
16761676
equivalent), less a safety margin of a megabyte or so. The safety
16771677
margin is needed because the stack depth is not checked in every
1678-
routine in the server, but only in key potentially-recursive routines
1679-
such as expression evaluation. The default setting is two
1680-
megabytes (<literal>2MB</literal>), which is conservatively small and
1681-
unlikely to risk crashes. However, it might be too small to allow
1682-
execution of complex functions. Only superusers can change this
1683-
setting.
1678+
routine in the server, but only in key potentially-recursive routines.
1679+
The default setting is two megabytes (<literal>2MB</literal>), which
1680+
is conservatively small and unlikely to risk crashes. However,
1681+
it might be too small to allow execution of complex functions.
1682+
Only superusers can change this setting.
16841683
</para>
16851684

16861685
<para>

0 commit comments

Comments
 (0)