Re: [HACKERS] Recent SIGSEGV failures in buildfarm HEAD
From:
Andrew Dunstan <andrew(at)dunslane(dot)net>
To:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>,
Alvaro Herrera <alvherre(at)commandprompt(dot)com>,
List pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject:
Re: [HACKERS] Recent SIGSEGV failures in buildfarm HEAD
Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>
>> ... And then we'd need to change the regression makefile to use
>> the option, based on an environment variable a bit like MAX_CONNEXCTIONS
>> maybe.
>>
>
> Why wouldn't we just use it always? If a regression test dumps core,
> that's going to deserve investigation.
>
>
>
Revised patch attached, doing just this. I will apply it soon unless
there are objections.
cheers
andrew