Re: C locale sort in src/tools/make_ctags

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: ntufar(at)pisem(dot)net, "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: C locale sort in src/tools/make_ctags
Date: 2004-02-02 16:08:49
Message-ID: 10258.1075738129@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Tom Lane wrote:
>> I saw that, but it seemed a non-problem to me: if the variables have
>> not been exported then they won't affect the sort program anyway.

> He probably had LANG, but not LC_ALL, already exported in his
> environment.

Ah, right, that would explain it.

> That's not possible, because LC_ALL overrides everything.

I hadn't realized that, but you seem to be right. Okay, setting
LC_ALL correctly should be sufficient.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Jan Wieck 2004-02-02 16:20:01 Re: unified diffs, PLEASE?
Previous Message Peter Eisentraut 2004-02-02 15:46:47 Re: C locale sort in src/tools/make_ctags