Replace max_expr_depth parameter with a max_stack_depth parameter that

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8899a2aba92c4a17f422172e7c9dd0e383eefa39
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-03-24T22:40:29Z
Releases: 8.0.0
Replace max_expr_depth parameter with a max_stack_depth parameter that
is measured in kilobytes and checked against actual physical execution
stack depth, as per my proposal of 30-Dec.  This gives us a fairly
bulletproof defense against crashing due to runaway recursive functions.

Files