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

From Tom Lane
Subject Re: [BUGS] BUG #14472: Backend crash​e​​s​ on array append for domains of array with constraint check
Date
Msg-id 16781.1482362524@sss.pgh.pa.us
Whole thread Raw
In response to [BUGS] BUG #14472: Backend crash​e​​s​ on array append for domains of array with constraint check  (marcos.castedo@anachronics.com)
List 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 by date:

Previous
From: marcos.castedo@anachronics.com
Date:
Subject: [BUGS] BUG #14472: Backend crash​e​​s​ on array append for domains of array with constraint check
Next
From: Michael Paquier
Date:
Subject: Re: [BUGS] pg_dump: patterns and tables with uppercase letters