]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove test cases for field overflows in intarray and ltree.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 May 2026 16:12:03 +0000 (12:12 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 May 2026 16:12:03 +0000 (12:12 -0400)
commit906ea101d0d58a0b78bbe67be5fe54976c0a21e6
tree0b689ff42dae47d9294ed14f4b85c1b88d09d51e
parent260e97733bf09acc448faea24fc6210411892b1a
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
contrib/intarray/expected/_int.out
contrib/intarray/sql/_int.sql
contrib/ltree/expected/ltree.out
contrib/ltree/sql/ltree.sql