Re: [BUGS] BUG #14472: Backend crash​e​​s​ on array append for domains of array with constraint check

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14472: Backend crash​e​​s​ on array append for domains of array with constraint check
Дата
Msg-id 16781.1482362524@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14472: Backend crash​e​​s​ on array append for domains of array with constraint check  (marcos.castedo@anachronics.com)
Список pgsql-bugs
marcos.castedo@anachronics.com writes:
> We have an issue related with bug #14414 reported on PostgreSQL 9.6.1.

[ pokes at that ... ]  Hm, I bet it would have failed before the #14414
patch too, though perhaps with different symptoms.  The
x_domain_test_check function is receiving a read/write pointer to the
array, so it thinks it can modify or delete the array value in-place.

Will fix, thanks for the report!

            regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: marcos.castedo@anachronics.com
Дата:
Сообщение: [BUGS] BUG #14472: Backend crash​e​​s​ on array append for domains of array with constraint check
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [BUGS] pg_dump: patterns and tables with uppercase letters