OSDN Git Service

Use wide-character library routines, if available, for upper/lower/initcap
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 May 2004 00:34:51 +0000 (00:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 May 2004 00:34:51 +0000 (00:34 +0000)
commit398386943936fbf66291ae3c6ed307779e4b90e4
treeaf0523da83c2fe61a30db6de515a6e544051eed3
parentadd8b70dda0439c8b3a89440576cbfc19989ed39
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.
configure
configure.in
src/Makefile.global.in
src/backend/utils/adt/oracle_compat.c
src/include/pg_config.h.in