pgsql: On Windows, set the postmaster executable's stack size to 4MB, so

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: On Windows, set the postmaster executable's stack size to 4MB, so
Date: 2005-01-26 21:57:35
Message-ID: 20050126215735.1B28A3A5908@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
On Windows, set the postmaster executable's stack size to 4MB, so that
it agrees with the default value of max_stack_depth.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend:
Makefile (r1.107 -> r1.107.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/Makefile.diff?r1=1.107&r2=1.107.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-26 22:25:14 pgsql: Adjust Windows autovacuum service to retry for up to 5 minutes
Previous Message Tom Lane 2005-01-26 21:55:27 pgsql: On Windows, set the postmaster executable's stack size to 4MB, so