agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
pgsql: Re-add regression tests for ltree and intarray
6+ messages / 1 participants
[nested] [flat]

* pgsql: Re-add regression tests for ltree and intarray
@ 2026-05-15 05:27  Michael Paquier <michael@paquier.xyz>
  0 siblings, 0 replies; 6+ messages in thread

From: Michael Paquier @ 2026-05-15 05:27 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Re-add regression tests for ltree and intarray

These tests have been removed by 906ea101d0d5, due to some of them being
unstable in the buildfarm with low max_stack_depth values.  They are now
reworked so as they should be more portable.

The tests to cover the findoprnd() overflows use a balanced tree to
avoid using too much stack, per a suggestion and an investigation by Tom
Lane.

Note: This is initially applied only on HEAD; a backpatch will follow
should the buildfarm be fine with the situation.

Discussion: https://postgr.es/m/agZc6XecyE7E7fep@paquier.xyz
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/27bdae84137f35af42ca5ae4f0507dfb8c69db60

Modified Files
--------------
contrib/intarray/expected/_int.out | 15 +++++++++++++++
contrib/intarray/sql/_int.sql      | 13 +++++++++++++
contrib/ltree/expected/ltree.out   | 24 ++++++++++++++++++++++++
contrib/ltree/sql/ltree.sql        | 20 ++++++++++++++++++++
4 files changed, 72 insertions(+)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Re-add regression tests for ltree and intarray
@ 2026-05-15 09:04  Michael Paquier <michael@paquier.xyz>
  0 siblings, 0 replies; 6+ messages in thread

From: Michael Paquier @ 2026-05-15 09:04 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Re-add regression tests for ltree and intarray

These tests have been removed by 906ea101d0d5, due to some of them being
unstable in the buildfarm with low max_stack_depth values.  They are now
reworked so as they should be more portable.

The tests to cover the findoprnd() overflows use a balanced tree to
avoid using too much stack, per a suggestion and an investigation by Tom
Lane.

Note: This is initially applied only on HEAD; a backpatch will follow
should the buildfarm be fine with the situation.

Discussion: https://postgr.es/m/agZc6XecyE7E7fep@paquier.xyz
Backpatch-through: 14

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f71f72e89abf085c9b2266252694f503bdcdb92a

Modified Files
--------------
contrib/intarray/expected/_int.out | 15 +++++++++++++++
contrib/intarray/sql/_int.sql      | 13 +++++++++++++
contrib/ltree/expected/ltree.out   | 24 ++++++++++++++++++++++++
contrib/ltree/sql/ltree.sql        | 20 ++++++++++++++++++++
4 files changed, 72 insertions(+)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Re-add regression tests for ltree and intarray
@ 2026-05-15 09:04  Michael Paquier <michael@paquier.xyz>
  0 siblings, 0 replies; 6+ messages in thread

From: Michael Paquier @ 2026-05-15 09:04 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Re-add regression tests for ltree and intarray

These tests have been removed by 906ea101d0d5, due to some of them being
unstable in the buildfarm with low max_stack_depth values.  They are now
reworked so as they should be more portable.

The tests to cover the findoprnd() overflows use a balanced tree to
avoid using too much stack, per a suggestion and an investigation by Tom
Lane.

Note: This is initially applied only on HEAD; a backpatch will follow
should the buildfarm be fine with the situation.

Discussion: https://postgr.es/m/agZc6XecyE7E7fep@paquier.xyz
Backpatch-through: 14

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4503c97716835eacd304384ccc896c54e0b7fdda

Modified Files
--------------
contrib/intarray/expected/_int.out | 15 +++++++++++++++
contrib/intarray/sql/_int.sql      | 12 ++++++++++++
contrib/ltree/expected/ltree.out   | 24 ++++++++++++++++++++++++
contrib/ltree/sql/ltree.sql        | 20 ++++++++++++++++++++
4 files changed, 71 insertions(+)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Re-add regression tests for ltree and intarray
@ 2026-05-15 09:04  Michael Paquier <michael@paquier.xyz>
  0 siblings, 0 replies; 6+ messages in thread

From: Michael Paquier @ 2026-05-15 09:04 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Re-add regression tests for ltree and intarray

These tests have been removed by 906ea101d0d5, due to some of them being
unstable in the buildfarm with low max_stack_depth values.  They are now
reworked so as they should be more portable.

The tests to cover the findoprnd() overflows use a balanced tree to
avoid using too much stack, per a suggestion and an investigation by Tom
Lane.

Note: This is initially applied only on HEAD; a backpatch will follow
should the buildfarm be fine with the situation.

Discussion: https://postgr.es/m/agZc6XecyE7E7fep@paquier.xyz
Backpatch-through: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/092b570a72dd71544090f62fdda6e7e7702df2b8

Modified Files
--------------
contrib/intarray/expected/_int.out | 15 +++++++++++++++
contrib/intarray/sql/_int.sql      | 12 ++++++++++++
contrib/ltree/expected/ltree.out   | 24 ++++++++++++++++++++++++
contrib/ltree/sql/ltree.sql        | 20 ++++++++++++++++++++
4 files changed, 71 insertions(+)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Re-add regression tests for ltree and intarray
@ 2026-05-15 09:04  Michael Paquier <michael@paquier.xyz>
  0 siblings, 0 replies; 6+ messages in thread

From: Michael Paquier @ 2026-05-15 09:04 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Re-add regression tests for ltree and intarray

These tests have been removed by 906ea101d0d5, due to some of them being
unstable in the buildfarm with low max_stack_depth values.  They are now
reworked so as they should be more portable.

The tests to cover the findoprnd() overflows use a balanced tree to
avoid using too much stack, per a suggestion and an investigation by Tom
Lane.

Note: This is initially applied only on HEAD; a backpatch will follow
should the buildfarm be fine with the situation.

Discussion: https://postgr.es/m/agZc6XecyE7E7fep@paquier.xyz
Backpatch-through: 14

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f45f418275b14fab6a074fee7081a89287b9149f

Modified Files
--------------
contrib/intarray/expected/_int.out | 15 +++++++++++++++
contrib/intarray/sql/_int.sql      | 13 +++++++++++++
contrib/ltree/expected/ltree.out   | 24 ++++++++++++++++++++++++
contrib/ltree/sql/ltree.sql        | 20 ++++++++++++++++++++
4 files changed, 72 insertions(+)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Re-add regression tests for ltree and intarray
@ 2026-05-15 09:04  Michael Paquier <michael@paquier.xyz>
  0 siblings, 0 replies; 6+ messages in thread

From: Michael Paquier @ 2026-05-15 09:04 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Re-add regression tests for ltree and intarray

These tests have been removed by 906ea101d0d5, due to some of them being
unstable in the buildfarm with low max_stack_depth values.  They are now
reworked so as they should be more portable.

The tests to cover the findoprnd() overflows use a balanced tree to
avoid using too much stack, per a suggestion and an investigation by Tom
Lane.

Note: This is initially applied only on HEAD; a backpatch will follow
should the buildfarm be fine with the situation.

Discussion: https://postgr.es/m/agZc6XecyE7E7fep@paquier.xyz
Backpatch-through: 14

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a6c430cabedca37eb0530a02d8d8f19e46aeec73

Modified Files
--------------
contrib/intarray/expected/_int.out | 15 +++++++++++++++
contrib/intarray/sql/_int.sql      | 13 +++++++++++++
contrib/ltree/expected/ltree.out   | 24 ++++++++++++++++++++++++
contrib/ltree/sql/ltree.sql        | 20 ++++++++++++++++++++
4 files changed, 72 insertions(+)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread


end of thread, other threads:[~2026-05-15 09:04 UTC | newest]

Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-05-15 05:27 pgsql: Re-add regression tests for ltree and intarray Michael Paquier <michael@paquier.xyz>
2026-05-15 09:04 pgsql: Re-add regression tests for ltree and intarray Michael Paquier <michael@paquier.xyz>
2026-05-15 09:04 pgsql: Re-add regression tests for ltree and intarray Michael Paquier <michael@paquier.xyz>
2026-05-15 09:04 pgsql: Re-add regression tests for ltree and intarray Michael Paquier <michael@paquier.xyz>
2026-05-15 09:04 pgsql: Re-add regression tests for ltree and intarray Michael Paquier <michael@paquier.xyz>
2026-05-15 09:04 pgsql: Re-add regression tests for ltree and intarray Michael Paquier <michael@paquier.xyz>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox