On 13.5.2014 20:58, Tom Lane wrote:
> Tomas Vondra <tv@fuzzy.cz> writes:
>> Yeah, not really what we were shooting for. I've fixed this by
>> defining the missing locales, and indeed - magpie now fails in
>> plpython tests.
>
> I saw that earlier today (tho right now the buildfarm server seems
> to not be responding :-(). Probably we should use some
> more-widely-used character code in that specific test?
Any idea what other character could be used in those tests? ISTM fixing
this universally would mean using ASCII characters - the subset of UTF-8
common to all the encodings. But I'm afraid that'd contradict the very
purpose of those tests ...
Tomas