From: Tom Lane Date: Tue, 18 Oct 2005 21:43:33 +0000 (+0000) Subject: Add an entry to the discussion of regression test failures about the X-Git-Tag: REL8_1_0BETA4~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a33fadfd6df1296fa0d3709926e2ba8c33cdeee4;p=postgresql Add an entry to the discussion of regression test failures about the possibility of a failure due to stack overflow when max_stack_depth is not set properly for the platform. --- diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 742382af74..05749a3157 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ - + Regression Tests @@ -306,6 +306,21 @@ exclusion of those that don't. + + Insufficient stack depth + + + If the errors test results in a server crash + at the select infinite_recurse() command, it means that + the platform's limit on process stack size is smaller than the + parameter indicates. This + can be fixed by running the postmaster under a higher stack + size limit (4MB is recommended with the default value of + max_stack_depth). If you are unable to do that, an + alternative is to reduce the value of max_stack_depth. + + + The <quote>random</quote> test