[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-336-g0f3b5a29d

git at osgeo.org git at osgeo.org
Thu Jan 20 13:22:07 PST 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  0f3b5a29d1a6a72135fcd929945c5e26a12d56da (commit)
      from  8828402ccb84023294ae0e1e0292d3cb2b0841ca (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 0f3b5a29d1a6a72135fcd929945c5e26a12d56da
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jan 20 22:21:20 2022 +0100

    Add availability info for ST_Srid(TopoGeometry)

diff --git a/topology/sql/topogeometry/srid.sql.in b/topology/sql/topogeometry/srid.sql.in
index c937510ed..9a861e932 100644
--- a/topology/sql/topogeometry/srid.sql.in
+++ b/topology/sql/topogeometry/srid.sql.in
@@ -3,7 +3,7 @@
 -- PostGIS - Spatial Types for PostgreSQL
 -- http://postgis.net
 --
--- Copyright (C) 2021 Sandro Santilli <strk at kbt.io>
+-- Copyright (C) 2021-2022 Sandro Santilli <strk at kbt.io>
 --
 -- This is free software; you can redistribute and/or modify it under
 -- the terms of the GNU General Public Licence. See the COPYING file.
@@ -11,7 +11,9 @@
 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
 -- {
---  Override ST_Srid() for topogeometry objects
+-- Override ST_Srid() for topogeometry objects
+--
+-- Availability: 3.2.0
 --
 -- }{
 CREATE OR REPLACE FUNCTION topology.ST_Srid(tg topology.TopoGeometry)

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

Summary of changes:
 topology/sql/topogeometry/srid.sql.in | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list