Prevent locale-aware handling of upper, lower, and initcap when the
Bruce Momjian <bruce@momjian.us>
Prevent locale-aware handling of upper, lower, and initcap when the locale is C. Backpatch to 8.0.X because some operating systems were throwing errors for such operations, rather than ignoring the locale when it was C.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/oracle_compat.c | modified | +7 −7 |
| src/backend/utils/adt/pg_locale.c | modified | +28 −1 |
| src/include/utils/pg_locale.h | modified | +2 −1 |