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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug when localized to_char() day or month names were
Date: 2007-02-08 20:33:55
Message-ID: 20070208203355.093E09FB36B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
formatting.c (r1.116.2.1 -> r1.116.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.116.2.1&r2=1.116.2.2)
oracle_compat.c (r1.67 -> r1.67.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/oracle_compat.c.diff?r1=1.67&r2=1.67.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-08 21:51:50 pgsql: Add URL for: * Add support for SQL-standard GENERATED/IDENTITY
Previous Message Tom Lane 2007-02-08 19:48:52 Re: pgsql: Win32 regression test fixes: For win32 in general, this makes it