[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta1-25-gb1d2c5f3b
git at osgeo.org
git at osgeo.org
Tue Jul 12 00:23:51 PDT 2022
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 b1d2c5f3b9ec1dd7648daa1adb89379cf65b35c6 (commit)
from 3cfba082aa43170ef8fa80fc8b19199a21c953c8 (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 b1d2c5f3b9ec1dd7648daa1adb89379cf65b35c6
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Jul 12 09:23:14 2022 +0200
Qualify topology type names in FindLayer and FindTopology signatures
diff --git a/topology/sql/manage/FindLayer.sql.in b/topology/sql/manage/FindLayer.sql.in
index f7766b878..dbd621a9a 100644
--- a/topology/sql/manage/FindLayer.sql.in
+++ b/topology/sql/manage/FindLayer.sql.in
@@ -15,7 +15,7 @@
--
-- Return a topology.layer record from a TopoGeometry
--
-CREATE OR REPLACE FUNCTION topology.FindLayer(tg TopoGeometry)
+CREATE OR REPLACE FUNCTION topology.FindLayer(tg topology.TopoGeometry)
RETURNS topology.layer
AS $$
SELECT * FROM topology.layer
diff --git a/topology/sql/manage/FindTopology.sql.in b/topology/sql/manage/FindTopology.sql.in
index 484fe7c77..5362aeb88 100644
--- a/topology/sql/manage/FindTopology.sql.in
+++ b/topology/sql/manage/FindTopology.sql.in
@@ -15,7 +15,7 @@
--
-- Return a topology.topology record from a TopoGeometry
--
-CREATE OR REPLACE FUNCTION topology.FindTopology(TopoGeometry)
+CREATE OR REPLACE FUNCTION topology.FindTopology(topology.TopoGeometry)
RETURNS topology.topology
AS $$
SELECT * FROM topology.topology
-----------------------------------------------------------------------
Summary of changes:
topology/sql/manage/FindLayer.sql.in | 2 +-
topology/sql/manage/FindTopology.sql.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list