aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-09-25 12:20:46 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-09-25 12:20:46 -0400
commitf8864347670a9f837c83cde90366b2df72ab4a43 (patch)
treebb5519a2c91d40e37dab65b43912f9708dc68ebb /src/backend/executor/nodeModifyTable.c
parentc48623d8db8558036771e9ee0eeff132f8ea30f8 (diff)
downloadpostgresql-f8864347670a9f837c83cde90366b2df72ab4a43.tar.gz
postgresql-f8864347670a9f837c83cde90366b2df72ab4a43.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/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions