[SCM] PostGIS branch stable-3.0 updated. 3.0.11-5-g3096143c4
git at osgeo.org
git at osgeo.org
Sat Oct 26 13:03:00 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.0 has been updated
via 3096143c4497e839c9e0c394ad78597c8d49843e (commit)
from f8b7b5a43edb4eb8b6a2298c46a5747fe96cd300 (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 3096143c4497e839c9e0c394ad78597c8d49843e
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 db2013bb8..df46f324e 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1397,7 +1397,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