Re: "Make" versus effective stack limit in regression tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: "Make" versus effective stack limit in regression tests
Date: 2010-11-05 22:13:02
Message-ID: 4CD4816E.5070402@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/05/2010 05:45 PM, Tom Lane wrote:
> Anyway, what this points up is that we are making a very conservative
> assumption about what to do when getrlimit() returns RLIM_INFINITY.
> It does not seem real reasonable to interpret that as 100kB on any
> modern platform. I'm inclined to interpret it as 4MB, which is the
> same default stack limit that we use on Windows.

+1.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2010-11-05 22:14:02 Re: [PATCH] Revert default wal_sync_method to fdatasync on Linux 2.6.33+
Previous Message Tom Lane 2010-11-05 22:10:37 Re: CREATE CONSTRAINT TRIGGER