Use wide-character library routines, if available, for upper/lower/initcap

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 398386943936fbf66291ae3c6ed307779e4b90e4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-05-22T00:34:51Z
Releases: 8.0.0
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.

Files

PathChange+/−
configure modified +6 −57
configure.in modified +3 −56
src/backend/utils/adt/oracle_compat.c modified +189 −1
src/include/pg_config.h.in modified +12 −0
src/Makefile.global.in modified +39 −3