diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-11-13 15:46:08 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-11-13 15:46:08 -0500 |
commit | ecfd5579561c3e720e696a42aadcd4b5b52aa581 (patch) | |
tree | b72829b11cdf7ffb6b0c9875e2f1a8021c0517c6 /src/backend/executor/nodeProjectSet.c | |
parent | 965a3d6be0702fa88c6eaa6946fa86218704c7d2 (diff) | |
download | postgresql-ecfd5579561c3e720e696a42aadcd4b5b52aa581.tar.gz postgresql-ecfd5579561c3e720e696a42aadcd4b5b52aa581.zip |
Fix incorrect results for numeric data passed through an ECPG SQLDA.
Numeric values with leading zeroes were incorrectly copied into a
SQLDA (SQL Descriptor Area), leading to wrong results in ECPG programs.
Report and patch by Daisuke Higuchi. Back-patch to all supported
versions.
Discussion: https://postgr.es/m/1803D792815FC24D871C00D17AE95905C71161@g01jpexmbkw24
Diffstat (limited to 'src/backend/executor/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions