Re: C locale sort in src/tools/make_ctags

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: C locale sort in src/tools/make_ctags
Дата
Msg-id 200402021519.26307.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: C locale sort in src/tools/make_ctags  ("Nicolai Tufar" <ntufar@pisem.net>)
Ответы Re: C locale sort in src/tools/make_ctags  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Nicolai Tufar wrote:
> > -----Original Message-----
> > From: Peter Eisentraut [mailto:peter_e@gmx.net]
> >
> > LC_ALL overrides LANG, so please just one.
>
> Don't do it! I just tried it with only LC_ALL and it did not
> work. Same "tags file is not sorted" error message from vi.

On second look, the patch is completely wrong anyway, because it does
not export the variables; it depends on the user having exported them
beforehand.  The correct answer is to remove the LANG assignment and
add

LC_ALL=C
export LC_ALL

instead.


В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Patch for psql startup clarity
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: CATALOG/NOCATALOG for new users