Обсуждение: pgsql-server: Use wide-character library routines, if available, for

Поиск
Список
Период
Сортировка

pgsql-server: Use wide-character library routines, if available, for

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Use wide-character library routines, if available, for upper/lower/initcap
functions.  This allows these functions to work correctly with Unicode and
other multibyte encodings.  Per prior discussion.

Also, revert my earlier change to move installation path mashing from
Makefile.global to configure.  Turns out not to work well because configure
script is working with unexpanded variables, and so fails to match in
cases where it should match.

Modified Files:
--------------
    pgsql-server:
        configure (r1.368 -> r1.369)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/configure.diff?r1=1.368&r2=1.369)
        configure.in (r1.357 -> r1.358)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/configure.in.diff?r1=1.357&r2=1.358)
    pgsql-server/src:
        Makefile.global.in (r1.186 -> r1.187)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/Makefile.global.in.diff?r1=1.186&r2=1.187)
    pgsql-server/src/backend/utils/adt:
        oracle_compat.c (r1.50 -> r1.51)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/utils/adt/oracle_compat.c.diff?r1=1.50&r2=1.51)
    pgsql-server/src/include:
        pg_config.h.in (r1.75 -> r1.76)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/pg_config.h.in.diff?r1=1.75&r2=1.76)