Remove test cases for field overflows in intarray and ltree.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 906ea101d0d58a0b78bbe67be5fe54976c0a21e6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2026-05-11T16:12:03Z
Remove test cases for field overflows in intarray and ltree.

These checks are failing in the buildfarm, reporting stack overflows
rather than the expected errors, though seemingly only on ppc64 and
s390x platforms.  Perhaps there is something off about our tests
for stack depth on those architectures?  But there's no time to
debug that right now, and surely these tests aren't too essential.
Revert for now and plan to revisit after the release dust settles.

Backpatch-through: 14
Security: CVE-2026-6473

Files