Andrew Dunstan píše v so 31. 01. 2009 v 17:08 -0500:
> 
> 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.

Probably not in all cases. 

        Zdenek


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to