Re: [HACKERS] "Make" versus effective stack limit in regression tests

2010-11-06 Thread Heikki Linnakangas
On 06.11.2010 00:39, Tom Lane wrote: Andrew Dunstan writes: 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 10

Re: [HACKERS] "Make" versus effective stack limit in regression tests

2010-11-05 Thread Tom Lane
Andrew Dunstan writes: > 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.

Re: [HACKERS] "Make" versus effective stack limit in regression tests

2010-11-05 Thread Andrew Dunstan
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 a