docs: outdated reference to recursive expression evaluation

From: John Naylor <jcnaylor(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: docs: outdated reference to recursive expression evaluation
Date: 2018-12-08 12:21:09
Message-ID: CAJVSVGUPH-0q5feP4v9b+Y8K3HGTn3bEd5KV7VbyUj-oFdSLzA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In confg.sgml, in the section about max_stack_depth, there's this sentence:

"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."

Since the change in expression evaluation in v10, there's probably a
better example of recursive routines, but I'm not sure what that would
be.

-John Naylor

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2018-12-08 12:50:14 Re: extended query protcol violation?
Previous Message Vladimir Sitnikov 2018-12-08 10:56:49 Re: extended query protcol violation?