diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-12-10 10:44:06 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-12-10 10:44:06 -0500 |
commit | e28649a67f56ee1f7c1a55dc3dee4a1e467430a4 (patch) | |
tree | 8c3873737c8dbc2491ad75614bde8588d06a1a10 | |
parent | b7a29695f744c3140350a4f1bb8511e950acc086 (diff) | |
download | postgresql-e28649a67f56ee1f7c1a55dc3dee4a1e467430a4.tar.gz postgresql-e28649a67f56ee1f7c1a55dc3dee4a1e467430a4.zip |
Doc: remove obsolete reference to recursive expression evaluation.
John Naylor
Discussion: https://postgr.es/m/CAJVSVGUPH-0q5feP4v9b+Y8K3HGTn3bEd5KV7VbyUj-oFdSLzA@mail.gmail.com
-rw-r--r-- | doc/src/sgml/config.sgml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index fc4f17be41b..4a7121a51ff 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1675,12 +1675,11 @@ include_dir 'conf.d' enforced by the kernel (as set by <literal>ulimit -s</literal> or local equivalent), less a safety margin of a megabyte or so. The safety margin is needed because the stack depth is not checked in every - routine in the server, but only in key potentially-recursive routines - such as expression evaluation. The default setting is two - megabytes (<literal>2MB</literal>), which is conservatively small and - unlikely to risk crashes. However, it might be too small to allow - execution of complex functions. Only superusers can change this - setting. + routine in the server, but only in key potentially-recursive routines. + The default setting is two megabytes (<literal>2MB</literal>), which + is conservatively small and unlikely to risk crashes. However, + it might be too small to allow execution of complex functions. + Only superusers can change this setting. </para> <para> |