pgsql-server/src/backend/utils/mb Tag: REL7_3_ ...

Started by Bruce Momjianover 23 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@postgresql.org 02/12/09 12:45:17

Modified files:
src/backend/utils/mb: Tag: REL7_3_STABLE encnames.c

Log message:
As far as I figured from the source code this function only deals with
cleaning up locale names and nothing else. Since all the locale names
are in plain ASCII I think it will be safe to use ASCII-only lower-case
conversion.

Nicolai Tufar