[SCM] PostGIS branch master updated. 3.6.0rc2-41-g66a4d6447
git at osgeo.org
git at osgeo.org
Tue Sep 16 14:24:15 PDT 2025
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, master has been updated
via 66a4d6447d217e65396820a4eb292bd75dce8f3d (commit)
via f1bf17bc399d3bfb6485359959f069eed750a4f0 (commit)
from a59d494dc8a08c42be167edaa0c9830e045e5412 (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 66a4d6447d217e65396820a4eb292bd75dce8f3d
Merge: a59d494dc f1bf17bc3
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Sep 16 14:24:02 2025 -0700
Merge branch 'e-ivkov-master'
commit f1bf17bc399d3bfb6485359959f069eed750a4f0
Author: Egor Ivkov <e.o.ivkov at gmail.com>
Date: Tue Sep 16 16:37:53 2025 +0300
Test: mvt: add order by to union clauses for deterministic ordering
diff --git a/regress/core/mvt.sql b/regress/core/mvt.sql
index 4fe89d886..581e527df 100644
--- a/regress/core/mvt.sql
+++ b/regress/core/mvt.sql
@@ -520,6 +520,7 @@ SELECT 'TA12', encode(ST_AsMVT(q, 'test', 4096, 'geom'), 'base64') FROM (
UNION
SELECT NULL AS c1, 2.0 AS c2, ST_AsMVTGeom(ST_GeomFromText('POINT(26 18)'),
ST_MakeBox2D(ST_Point(0, 0), ST_Point(4096, 4096)), 4096, 0, false) AS geom
+ ORDER BY c1
) AS q;
SELECT 'TA13', encode(ST_AsMVT(q, 'test', 4096, 'geom'), 'base64') FROM (
@@ -527,6 +528,7 @@ SELECT 'TA13', encode(ST_AsMVT(q, 'test', 4096, 'geom'), 'base64') FROM (
ST_MakeBox2D(ST_Point(0, 0), ST_Point(4096, 4096)), 4096, 0, false) AS geom
UNION
SELECT 5 AS c1, 2.0 AS c2, null AS geom
+ ORDER BY c1
) AS q;
-- Extra geometry as parameter (casted as string)
-----------------------------------------------------------------------
Summary of changes:
regress/core/mvt.sql | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list