[SCM] PostGIS branch stable-3.4 updated. 3.4.6-125-g615105b82d
git at osgeo.org
git at osgeo.org
Sun Aug 9 13:23:25 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.4 has been updated
via 615105b82dfef9880d8923224ee36cf278e627be (commit)
via 8f65eee3ffcb8e98daf539b1ba318b65c5cc4897 (commit)
from ac21354f3385fda37932968668c15b6d4084201a (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 615105b82dfef9880d8923224ee36cf278e627be
Merge: ac21354f33 8f65eee3ff
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Sun Aug 9 13:23:24 2026 -0700
Merge pull request 'regress: expect normalized Delaunay TIN output' (!697) from Komzpa/postgis:fix/stable-3.4-delaunay-normalize-expected-20260810 into stable-3.4
## Regression fixture for normalized Delaunay TINs
`ST_Normalize(ST_DelaunayTriangles(..., 2))` now retains the TIN result after the stable-3.4 TIN-child normalization fix. The regression fixture still expects a generic geometry collection, making the regression suite fail at `regress/core/delaunaytriangles`.
Update only the four affected expected rows, matching the master fixture. The test SQL and production code are unchanged.
Validation: `git diff --check`; comparison with the master expected fixture; [stable-3.4 GitHub Actions failure](https://github.com/postgis/postgis/actions/runs/31331498386).
Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/697
commit 8f65eee3ffcb8e98daf539b1ba318b65c5cc4897
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Mon Aug 10 00:19:39 2026 +0400
regress: expect normalized Delaunay TIN output
diff --git a/regress/core/delaunaytriangles_expected b/regress/core/delaunaytriangles_expected
index 5b61b195c8..0c29ab9cdf 100644
--- a/regress/core/delaunaytriangles_expected
+++ b/regress/core/delaunaytriangles_expected
@@ -2,8 +2,8 @@
2|GEOMETRYCOLLECTION(POLYGON((5 5,8 9,6 0,5 5)),POLYGON((5 5,7 9,8 9,5 5)))
3|GEOMETRYCOLLECTION(POLYGON((5 5,7 9,6 0,5 5)))
4|MULTILINESTRING((6 0,7 9),(5 5,7 9),(5 5,6 0))
-5|GEOMETRYCOLLECTION(POLYGON((5 5,7 9,6 0,5 5)))
-6|GEOMETRYCOLLECTION(POLYGON((5 5,8 9,6 0,5 5)),POLYGON((5 5,7 9,8 9,5 5)))
-7|GEOMETRYCOLLECTION(POLYGON((5 5,7 9,6 0,5 5)))
+5|TIN(((5 5,7 9,6 0,5 5)))
+6|TIN(((5 5,7 9,8 9,5 5)),((5 5,8 9,6 0,5 5)))
+7|TIN(((5 5,7 9,6 0,5 5)))
10|GEOMETRYCOLLECTION Z (POLYGON Z ((5 5 3,7 9 1,6 0 2,5 5 3)))
-11|GEOMETRYCOLLECTION Z (POLYGON Z ((5 5 1,7 9 3,6 0 2,5 5 1)))
+11|TIN Z (((5 5 1,7 9 3,6 0 2,5 5 1)))
-----------------------------------------------------------------------
Summary of changes:
regress/core/delaunaytriangles_expected | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list