pgsql: Fix ancient bug in handling of to_char modifier 'TH', when used

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ancient bug in handling of to_char modifier 'TH', when used
Date: 2009-07-06 19:11:53
Message-ID: 20090706191153.4A05A75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix ancient bug in handling of to_char modifier 'TH', when used with HH.
In what seems like an oversight, we used to treat 'TH' the same as lowercase
'th', but only with HH/HH12.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
formatting.c (r1.137.2.1 -> r1.137.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c?r1=1.137.2.1&r2=1.137.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-07-06 19:11:59 pgsql: Fix ancient bug in handling of to_char modifier 'TH', when used
Previous Message Heikki Linnakangas 2009-07-06 19:11:46 pgsql: Fix ancient bug in handling of to_char modifier 'TH', when used