Re: C locale sort in src/tools/make_ctags

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: <ntufar(at)pisem(dot)net>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: C locale sort in src/tools/make_ctags
Date: 2004-02-01 19:13:24
Message-ID: 200402012013.24721.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Nicolai Tufar wrote:
> Greetings,
>
> Attached is a simple one-liner for src/tools/make_ctags.
> If tags are sorted in locale other than C, vim complains:
>
> E432: Tags file not sorted: tags
>
> Solution is to set LANG variable to C before calling sort.

That should be LC_ALL.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message David Fetter 2004-02-01 19:44:07 Re: Patch for psql startup clarity
Previous Message Peter Eisentraut 2004-02-01 19:09:44 Re: Patch for psql startup clarity