Re: [COMMITTERS] pgsql: Avoid locale dependency in expected output. - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [COMMITTERS] pgsql: Avoid locale dependency in expected output.
Date
Msg-id 1314454799.2349.31.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Avoid locale dependency in expected output.
List pgsql-hackers
> Avoid locale dependency in expected output.
> 
> We'll have to settle for just listing the extensions' data types,
> since function arguments seem to sort differently in different locales.
> Per buildfarm results.

This could probably be worked around by using COLLATE "C" in psql \df
and \do.  That would probably make sense, because the argument types are
by themselves of type "name", so a list of them should perhaps sort like
"name" as well.



pgsql-hackers by date:

Previous
From: "Tomas Vondra"
Date:
Subject: Re: PATCH: regular logging of checkpoint progress
Next
From: Magnus Hagander
Date:
Subject: Re: Cryptic error message in low-memory conditions