[SCM] PostGIS branch master updated. 3.6.0rc2-314-gc46ac9518

git at osgeo.org git at osgeo.org
Tue Jan 27 01:14:47 PST 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, master has been updated
       via  c46ac95186fe924b99f75c750afdcf75c6885496 (commit)
      from  a499e6aad103ecd73be69eca090ab50db9d6bd4f (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 c46ac95186fe924b99f75c750afdcf75c6885496
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Jan 27 10:14:37 2026 +0100

    Fix URL in comment

diff --git a/topology/test/regress/topogeo_addlinestring.sql b/topology/test/regress/topogeo_addlinestring.sql
index 50c716b6b..c7ba53e90 100644
--- a/topology/test/regress/topogeo_addlinestring.sql
+++ b/topology/test/regress/topogeo_addlinestring.sql
@@ -390,7 +390,7 @@ SELECT 't4757.1', topology.TopoGeo_addLinestring('bug4757',
   'LINESTRING(0 -0.1,1 0,1 1,0 1,0 -0.1)', 1);
 SELECT 't4757.end', topology.DropTopology('bug4757');
 
--- See https://trac.osgeo.org/postgis/ticket/t4758
+-- See https://trac.osgeo.org/postgis/ticket/4758
 select 't4758.start', topology.CreateTopology ('t4758', 0, 1e-06) > 0;
 select 't4758.0', topology.TopoGeo_addLinestring('t4758',
   'LINESTRING(11.38327215  60.4081942, 11.3826176   60.4089484)');

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

Summary of changes:
 topology/test/regress/topogeo_addlinestring.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list