C locale sort in src/tools/make_ctags - Mailing list pgsql-patches

From Nicolai Tufar
Subject C locale sort in src/tools/make_ctags
Date
Msg-id 000001c3e8a5$f9d57670$7a00a8c0@ntufar
Whole thread Raw
Responses Re: C locale sort in src/tools/make_ctags  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
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.

Regards,
Nicolai Tufar

Attachment

pgsql-patches by date:

Previous
From: Dennis Bjorklund
Date:
Subject: reading uninitialized buffer
Next
From: Andrew Dunstan
Date:
Subject: Re: reading uninitialized buffer