[SCM] PostGIS branch stable-3.5 updated. 3.5.0-16-gc78843768
git at osgeo.org
git at osgeo.org
Sat Oct 26 12:53:47 PDT 2024
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 c78843768d1075c642f1d4ab4886def3fdc0723a (commit)
from 38a47dd14863a328b89f886b38a107675752e013 (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 c78843768d1075c642f1d4ab4886def3fdc0723a
Author: Sandro Santilli <strk at kbt.io>
Date: Sat Oct 26 21:48:53 2024 +0200
Fix typo in ST_ChangeEdgeGeom doc
See https://lists.osgeo.org/pipermail/postgis-devel/2024-October/030435.html
diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 3e87a84c4..8fa4afc25 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1975,7 +1975,7 @@ Changes the shape of an edge without affecting the topology structure.
<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
- <funcdef>integer <function>ST_ChangeEdgeGeom</function></funcdef>
+ <funcdef>text <function>ST_ChangeEdgeGeom</function></funcdef>
<paramdef><type>varchar </type> <parameter>atopology</parameter></paramdef>
<paramdef><type>integer </type> <parameter>anedge</parameter></paramdef>
<paramdef><type>geometry </type> <parameter>acurve</parameter></paramdef>
-----------------------------------------------------------------------
Summary of changes:
doc/extras_topology.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list