Re: The reason for loris' intermittent prepared_xacts failures - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: The reason for loris' intermittent prepared_xacts failures
Date
Msg-id 42DB107D.8030307@dunslane.net
Whole thread Raw
In response to The reason for loris' intermittent prepared_xacts failures  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:

>4. Fix the Windows special case so that we test in C locale not en_US
>locale (is this even possible on that platform?)  Should we be using
>--no-locale in pg_regress ... or wouldn't that help?
>
>
>  
>

--no-locale does work on Windows - I recently added it to the buildfarm 
script's initdb settings to handle an odd Windows issue - I forget 
where, but possibly in the PL installcheck tests which I recently got 
working. How things will work with that setting on a non-English locale 
box I don't know - it might help if we had a Windows buildfarm member 
from one of our colleagues in a non-English speaking country.

FWIW, I just added --no-locale to the initdb args in pg_regress.sh on 
loris and got a clean run of make check.

Regarding the race condition, it certainly sounds like something that 
needs more than a bandaid.

cheers

andrew




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Minor buildfarm HOWTO comment
Next
From: Tom Lane
Date:
Subject: Missing info for buildfarm reports