]> 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)
commit05e73b5c3578cb9857dfd4904d8dc2a96e0b04eb
tree495f1611b97f992dc26b3703b3d773292932be19
parent1ebda7da9a43d3ae3564d08612de9cb27fbaf482
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