[SCM] PostGIS branch stable-3.6 updated. 3.6.4-110-g74d5114fc4

git at osgeo.org git at osgeo.org
Sun Aug 9 09:57:50 PDT 2026


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-3.6 has been updated
       via  74d5114fc42452ba69ce0b9fd4ec5fa26bfee87a (commit)
       via  d33747f0a0acef267155606750c18d783447a426 (commit)
      from  a740a246aca10d8ab5d07e56889e3b4c8b2833b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 74d5114fc42452ba69ce0b9fd4ec5fa26bfee87a
Merge: a740a246ac d33747f0a0
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date:   Sun Aug 9 09:57:48 2026 -0700

    Merge pull request 'regress: bound stable-3.6 interrupt relate input' (!680) from Komzpa/postgis:fix/interrupt-relate-bounded-stable-36-20260809 into stable-3.6
    
    The stable-3.6 interrupt-relate regression uses an input size that makes several CI upgrade runs time out or lose their backend connection. Bound the generated input as on the later master and stable-3.5 fix, then update the local-baseline expected output that records on-time cancellation.
    
    This is complementary to the existing expected-output-only PR https://gitea.osgeo.org/postgis/postgis/pulls/620: it includes the source input bound required to make that expectation hold.
    
    Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/680


commit d33747f0a0acef267155606750c18d783447a426
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Sun Aug 9 20:52:23 2026 +0400

    regress: bound stable-3.6 interrupt relate input

diff --git a/regress/core/interrupt_relate.sql b/regress/core/interrupt_relate.sql
index 52ead29c39..65271e5d66 100644
--- a/regress/core/interrupt_relate.sql
+++ b/regress/core/interrupt_relate.sql
@@ -6,7 +6,7 @@ SELECT 1::int as id, ST_Collect(g) g FROM (
    ST_Point(cos(radians(x)),sin(radians(270-x))),
    ST_Point(sin(radians(x)),cos(radians(60-x)))
    ) g
- FROM generate_series(1,1440) x
+ FROM generate_series(1,720) x
  ) foo
 ;
 
diff --git a/regress/core/interrupt_relate_expected b/regress/core/interrupt_relate_expected
index 354753a1fb..d050570bfb 100644
--- a/regress/core/interrupt_relate_expected
+++ b/regress/core/interrupt_relate_expected
@@ -1,16 +1,16 @@
 ERROR:  canceling statement due to statement timeout
-contains interrupted
+contains interrupted on time
 ERROR:  canceling statement due to statement timeout
-covers interrupted
+covers interrupted on time
 ERROR:  canceling statement due to statement timeout
-coveredby interrupted
+coveredby interrupted on time
 ERROR:  canceling statement due to statement timeout
-crosses interrupted
+crosses interrupted on time
 ERROR:  canceling statement due to statement timeout
-equals interrupted
+equals interrupted on time
 ERROR:  canceling statement due to statement timeout
-intersects interrupted
+intersects interrupted on time
 ERROR:  canceling statement due to statement timeout
-overlaps interrupted
+overlaps interrupted on time
 ERROR:  canceling statement due to statement timeout
-relate interrupted
+relate interrupted on time

-----------------------------------------------------------------------

Summary of changes:
 regress/core/interrupt_relate.sql      |  2 +-
 regress/core/interrupt_relate_expected | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list