Fix bug when localized to_char() day or month names were incorectly

Bruce Momjian <bruce@momjian.us>

Commit: d6c1e1682c69e70c0eb1752ef863ad8c94e0e5ed
Author: Bruce Momjian <bruce@momjian.us>
Date: 2007-02-08T20:33:54Z
Releases: 8.2.4
Fix bug when localized to_char() day or month names were incorectly
trnasformed to lower or upper string.

Backpatch to 8.2.X.

Pavel Stehule

Files

PathChange+/−
src/backend/utils/adt/formatting.c modified +129 −16
src/backend/utils/adt/oracle_compat.c modified +77 −1