aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-09-25 12:20:45 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-09-25 12:20:45 -0400
commit77130fc1482f978629a16c8e956a5477a05d2c04 (patch)
treec445ba3c1028561ef4775b110d7be028257b8d34 /src/backend/access/transam/xlog.c
parent6325527d845b629243fb3f605af6747a7a4ac45f (diff)
downloadpostgresql-77130fc1482f978629a16c8e956a5477a05d2c04.tar.gz
postgresql-77130fc1482f978629a16c8e956a5477a05d2c04.zip
Further fix for psql's code for locale-aware formatting of numeric output.
(Third time's the charm, I hope.) Additional testing disclosed that this code could mangle already-localized output from the "money" datatype. We can't very easily skip applying it to "money" values, because the logic is tied to column right-justification and people expect "money" output to be right-justified. Short of decoupling that, we can fix it in what should be a safe enough way by testing to make sure the string doesn't contain any characters that would not be expected in plain numeric output.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions