]> granicus.if.org Git - postgresql/commit
Fix ancient bug in handling of to_char modifier 'TH', when used with HH.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 6 Jul 2009 19:12:06 +0000 (19:12 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 6 Jul 2009 19:12:06 +0000 (19:12 +0000)
commitc36aab4e5f14875b0fba3d7df3f53a3ebca97b55
tree995084cb57c13daf74e38b2292647a6794a38873
parentdf97d163af4bc989674edd85438cbd496fec25c7
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.
src/backend/utils/adt/formatting.c