Dept of second thoughts: don't use the new wide-character upper/lower

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

Commit: 7845bfc095547a7ef16844236e76ffc5bec50c70
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-06-06T22:17:01Z
Releases: 8.0.0
Dept of second thoughts: don't use the new wide-character upper/lower
code if we are running in a single-byte encoding.  No point in the
extra overhead in that case.

Files

PathChange+/−
src/backend/utils/adt/oracle_compat.c modified +99 −93