| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove test cases for field overflows in intarray and ltree. |
| Date: | 2026-05-11 16:12:21 |
| Message-ID: | E1wMTEz-0003y3-0Q@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/6f0bff33d780aac82d147a309afe505d79974086
Modified Files
--------------
contrib/intarray/expected/_int.out | 3 ---
contrib/intarray/sql/_int.sql | 2 --
contrib/ltree/expected/ltree.out | 13 -------------
contrib/ltree/sql/ltree.sql | 11 -----------
4 files changed, 29 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Álvaro Herrera | 2026-05-11 16:19:57 | pgsql: Fix REPACK with WITHOUT OVERLAPS replica identity indexes |
| Previous Message | Tom Lane | 2026-05-11 13:40:29 | Re: pgsql: Release notes for 18.4, 17.10, 16.14, 15.18, 14.23. |