pgsql: Adjust HINT for stack depth limit to mention checking the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust HINT for stack depth limit to mention checking the
Date: 2006-10-07 16:43:29
Message-ID: 20061007164329.402FA9FB2F0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Adjust HINT for stack depth limit to mention checking the underlying
platform limit, rather than just blindly raising max_stack_depth.
Also, tweak the code to work properly if someone sets max_stack_depth
to more than 2Gb, which guc.c will allow on a 64-bit machine.

Modified Files:
--------------
pgsql/src/backend/tcop:
postgres.c (r1.510 -> r1.511)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.510&r2=1.511)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-10-07 19:25:29 pgsql: On platforms that have getrlimit(RLIMIT_STACK), use it to ensure
Previous Message User Markir 2006-10-07 07:24:10 bizgres - bizgres: Remove the generated html docs file from the CVS