]> 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)
commitfc1fd3d970d400fcc37979bcb012d4657dbab1f5
tree945932b195bd4da0aaa923879bb971c1214795a7
parent8053235abe86e8ed4f592ac752903f52369711ee
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