Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita33fadf

Browse files
committed
Add an entry to the discussion of regression test failures about the
possibility of a failure due to stack overflow when max_stack_depth isnot set properly for the platform.
1 parent220f2a7 commita33fadf

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

‎doc/src/sgml/regress.sgml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.48 2005/10/13 23:41:07 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.49 2005/10/18 21:43:33 tgl Exp $ -->
22

33
<chapter id="regress">
44
<title id="regress-title">Regression Tests</title>
@@ -306,6 +306,21 @@ exclusion of those that don't.
306306
</para>
307307
</sect2>
308308

309+
<sect2>
310+
<title>Insufficient stack depth</title>
311+
312+
<para>
313+
If the <literal>errors</literal> test results in a server crash
314+
at the <literal>select infinite_recurse()</> command, it means that
315+
the platform's limit on process stack size is smaller than the
316+
<xref linkend="guc-max-stack-depth"> parameter indicates. This
317+
can be fixed by running the postmaster under a higher stack
318+
size limit (4MB is recommended with the default value of
319+
<varname>max_stack_depth</>). If you are unable to do that, an
320+
alternative is to reduce the value of <varname>max_stack_depth</>.
321+
</para>
322+
</sect2>
323+
309324
<sect2>
310325
<title>The <quote>random</quote> test</title>
311326

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp