]> granicus.if.org Git - postgresql/commitdiff
Doc: remove obsolete reference to recursive expression evaluation.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Dec 2018 15:44:06 +0000 (10:44 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Dec 2018 15:44:06 +0000 (10:44 -0500)
John Naylor

Discussion: https://postgr.es/m/CAJVSVGUPH-0q5feP4v9b+Y8K3HGTn3bEd5KV7VbyUj-oFdSLzA@mail.gmail.com

doc/src/sgml/config.sgml

index fc4f17be41b61f14ac8cca2b6e947ef76092213c..4a7121a51ff9bc5616f224dcade3881009745720 100644 (file)
@@ -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>