Fix bogus size calculation in strlist_to_textarray().
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/objectaddress.c | modified | +5 −2 |