Fix bogus size calculation in strlist_to_textarray().
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Sep 2017 19:01:59 +0000 (15:01 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Sep 2017 19:01:59 +0000 (15:01 -0400)
commit737639017c87d5a0a466e8676f1eadc61d775c78
tree05fe45da77862129388d0a781379b51f2b9332bc
parent335f3d04e4c8dd495c4dd30ab1049b6fe8f25052
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.
src/backend/catalog/objectaddress.c