aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHash.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-09-23 15:01:59 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-09-23 15:01:59 -0400
commit737639017c87d5a0a466e8676f1eadc61d775c78 (patch)
tree05fe45da77862129388d0a781379b51f2b9332bc /src/backend/executor/nodeHash.c
parent335f3d04e4c8dd495c4dd30ab1049b6fe8f25052 (diff)
downloadpostgresql-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/nodeHash.c')
0 files changed, 0 insertions, 0 deletions