Re: foreign_data test fails with non-C locale - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: foreign_data test fails with non-C locale
Date
Msg-id 4984CBCF.1040703@dunslane.net
Whole thread Raw
In response to Re: foreign_data test fails with non-C locale  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: foreign_data test fails with non-C locale  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-hackers

Zdenek Kotala wrote:
>> PL-check gives the diff below on PLTCL tests under en_US locale. I guess 
>> the simplest answer is to add an alternative result file.
>>     
>
> Yes, I thought about add locale suffix for alternative result file, but
> it could be useless overhead.
>
> But some tests can be modified. For example 
>
>  select * from T_pkey1 order by key1 using @<, key2;
>
> can be rewritten as
>
>   select * from T_pkey1 order by key1 using @<, key2::name;
>
>
>
>   

Is that the preferred solution? I want to fix this so I can re-enable 
building with TCL in dungbeetle.

cheers

andrew


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] Space reservation v02
Next
From: "David E. Wheeler"
Date:
Subject: LIMIT NULL