Fix ancient bug in handling of to_char modifier 'TH', when used with HH.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: c36aab4e5f14875b0fba3d7df3f53a3ebca97b55
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2009-07-06T19:12:06Z
Releases: 8.1.18
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.

Files

PathChange+/−
src/backend/utils/adt/formatting.c modified +2 −2