diff options
author | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2010-04-22 01:55:52 +0000 |
---|---|---|
committer | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2010-04-22 01:55:52 +0000 |
commit | 95a777c612c6dcebe2f17c57c35f7e7c93714484 (patch) | |
tree | 75b3519371aae5a32b7b7573035f84420b5f4857 /src/backend/access/transam/xlog.c | |
parent | a6dcd19a2a5064d753c1d5aa756a2d50cf05842d (diff) | |
download | postgresql-95a777c612c6dcebe2f17c57c35f7e7c93714484.tar.gz postgresql-95a777c612c6dcebe2f17c57c35f7e7c93714484.zip |
Fix encoding issue when lc_monetary or lc_numeric are different encoding
from lc_ctype, that could happen on Windows. We need to change lc_ctype
together with lc_monetary or lc_numeric, and convert strings in lconv
from lc_ctype encoding to the database encoding.
The bug reported by Mikko, original patch by Hiroshi Inoue,
with changes by Bruce and me.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions