John Naylor writes:
> On 12/8/18, Tom Lane wrote:
>> We could say "expression compilation" and it'd still be valid. Or just
>> drop the last four words altogether. I don't think we want to expend the
>> verbiage to be more precise here, since it's only a tangential point.
> I'm inclined to agr
On 12/8/18, Tom Lane wrote:
> John Naylor writes:
>> 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 e
John Naylor writes:
> 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 ch