]> 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)
commit2b429d887b23284e7c2c4767cf381daf03932075
treebfe6b3a1c4c973bcfe2a7947c67d11f1e54e6681
parent2dc64ef28b3696d202628f852c6a97ae8a2e2a62
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