]> granicus.if.org Git - postgresql/commit
Fix strftime usage on Win32 when trying to fetch the locale-aware
authorMagnus Hagander <magnus@hagander.net>
Fri, 9 Jan 2009 13:03:55 +0000 (13:03 +0000)
committerMagnus Hagander <magnus@hagander.net>
Fri, 9 Jan 2009 13:03:55 +0000 (13:03 +0000)
commit0709c0017f21c49788500d9953c34fbafab14430
tree1136a5789b5824e19ff3c9975cbdc729ed01a19b
parent58a81baa3c52eaa0f50520abf691249e6b1c3216
Fix strftime usage on Win32 when trying to fetch the locale-aware
parts of a time string so it properly handles different encodings.

Original patch by Hiroshi Saito, heavily reworked by me and
ITAGAKI Takahiro.
src/backend/utils/adt/pg_locale.c