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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: On Windows, set the postmaster executable's stack size to 4MB, so
Date
Msg-id 20050126215735.1B28A3A5908@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: On Windows, set the postmaster executable's stack size to 4MB, so
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust Windows autovacuum service to retry for up to 5 minutes