[SCM] PostGIS branch stable-3.5 updated. 3.5.7-106-g63b3c2e2b3
git at osgeo.org
git at osgeo.org
Sun Aug 9 10:17:06 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.5 has been updated
via 63b3c2e2b3e8b9850b3a2524682cb6788d3f8bf8 (commit)
via d3a8fd23313cdf0d1f03cdb444481dd56b78a7b5 (commit)
from 36c1a703f5846d898c08fd32473858613c64fbb9 (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 63b3c2e2b3e8b9850b3a2524682cb6788d3f8bf8
Merge: 36c1a703f5 d3a8fd2331
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Sun Aug 9 10:17:05 2026 -0700
Merge pull request 'regress: apply stable-3.5 interrupt relate input bound' (!682) from Komzpa/postgis:fix/stable35-interrupt-relate-effective-20260809 into stable-3.5
The merged stable-3.5 PR #621 contains commit 530d094, which changes the input bound from 1440 to 720. Its merge commit 36c1a703 retained the first-parent 1440 line, so the effective branch still constructs the larger input.
The current Woodpecker pipeline 6745 has six independent regress lanes stuck immediately after regress/core/interrupt, at the next interrupt_relate workload. Apply the intended one-line bound directly to the current stable-3.5 head. The expected output already contains the local-baseline on-time messages, so no expected-file change is needed.
Validation: focused regress/core/interrupt_relate.sql passed locally (2 tests, 0 failures; 3041 ms).
Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/682
commit d3a8fd23313cdf0d1f03cdb444481dd56b78a7b5
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Sun Aug 9 21:15:59 2026 +0400
regress: bound stable-3.5 interrupt relate input
diff --git a/regress/core/interrupt_relate.sql b/regress/core/interrupt_relate.sql
index fb29babd73..0e0e85ff63 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
;
-----------------------------------------------------------------------
Summary of changes:
regress/core/interrupt_relate.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list