From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Joachim Wieland <joe(at)mcknight(dot)de>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: cluster test |
Date: | 2007-05-27 13:51:14 |
Message-ID: | 46598CD2.2070101@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Tom Lane wrote:
> Joachim Wieland <joe(at)mcknight(dot)de> writes:
>
>> As said before, it only happens with "make installcheck", not "make check".
>>
>
> Curious. I'm not sure if the buildfarm tries to isolate the
> installation against its locale environment --- can you check the locale
> used by the install case?
>
Buildfarm does:
@initout = `"bin/initdb" --no-locale data 2>&1`;
If it didn't we'd have had problems with much more for much longer.
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Jim C. Nasby | 2007-05-27 19:01:36 | Re: Maintaining cluster order on insert |
Previous Message | Michael Meskes | 2007-05-27 11:18:35 | Re: ecpg USE_INTEGER_DATETIMES missing in msvc build |