diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-09-23 15:01:59 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-09-23 15:01:59 -0400 |
commit | 737639017c87d5a0a466e8676f1eadc61d775c78 (patch) | |
tree | 05fe45da77862129388d0a781379b51f2b9332bc /src/backend/executor/nodeAppend.c | |
parent | 335f3d04e4c8dd495c4dd30ab1049b6fe8f25052 (diff) | |
download | postgresql-737639017c87d5a0a466e8676f1eadc61d775c78.tar.gz postgresql-737639017c87d5a0a466e8676f1eadc61d775c78.zip |
Fix bogus size calculation in strlist_to_textarray().
It's making an array of Datum, not an array of text *. The mistake
is harmless since those are currently the same size, but it's still
wrong.
Diffstat (limited to 'src/backend/executor/nodeAppend.c')
0 files changed, 0 insertions, 0 deletions