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.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/737639017c87d5a0a466e8676f1eadc61d775c78 Modified Files -------------- src/backend/catalog/objectaddress.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers