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

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

From
heikki@postgresql.org (Heikki Linnakangas)
Date:
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.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        formatting.c (r1.158 -> r1.159)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c?r1=1.158&r2=1.159)