[COMMITTERS] pgsql: Fix bogus size calculation in strlist_to_textarray().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Fix bogus size calculation in strlist_to_textarray().
Дата
Msg-id E1dvpgi-0008Pr-2k@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Remove pgbench "progress" test pending solution of its timing is
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: ... and the very same bug in publicationListToArray().