[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-26-g7f44267

git at osgeo.org git at osgeo.org
Mon Mar 2 15:05:43 PST 2020


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  7f4426716f561187175d73bfff330343b25a7be9 (commit)
      from  57ff7ac784f60dc2a455e5f330963ba11750f6f7 (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 7f4426716f561187175d73bfff330343b25a7be9
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Mar 2 15:05:37 2020 -0800

    repair typo in linestring literal, references #4641

diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 21363eb..15313b4 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -1691,7 +1691,7 @@ CREATE OR REPLACE FUNCTION ST_MakeEnvelope(float8, float8, float8, float8, integ
 
 -- Availability: 3.0.0
 -- Changed: 3.1.0 - add margin=0.0 parameter
-CREATE OR REPLACE FUNCTION ST_TileEnvelope(zoom integer, x integer, y integer, bounds geometry DEFAULT 'SRID=3857;LINESTRING((-20037508.342789244 -20037508.342789244, 20037508.342789244 20037508.342789244)'::geometry, margin float8 DEFAULT 0.0)
+CREATE OR REPLACE FUNCTION ST_TileEnvelope(zoom integer, x integer, y integer, bounds geometry DEFAULT 'SRID=3857;LINESTRING(-20037508.342789244 -20037508.342789244, 20037508.342789244 20037508.342789244)'::geometry, margin float8 DEFAULT 0.0)
 	RETURNS geometry
 	AS 'MODULE_PATHNAME', 'ST_TileEnvelope'
 	LANGUAGE 'c' IMMUTABLE STRICT PARALLEL SAFE

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

Summary of changes:
 postgis/postgis.sql.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list