marcos(dot)castedo(at)anachronics(dot)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