]> 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:11:59 +0000 (19:11 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 6 Jul 2009 19:11:59 +0000 (19:11 +0000)
commitdba44a63b09bb4b3fbf5368364d8fa06f3c4250c
tree42b1c238f5e523f1b9d69f46a22d9af3c9458045
parente19c960df5437a30dc569cbe33175d8862012794
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