[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-72-g07bc076

git at osgeo.org git at osgeo.org
Sat Sep 26 22:55:26 PDT 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  07bc07620f042b9d2654a394b498ee748da7eaf0 (commit)
      from  bf932db36f78a25b7a0869baa03cb000d2cbf4c6 (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 07bc07620f042b9d2654a394b498ee748da7eaf0
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Sep 27 01:55:20 2020 -0400

    Put in changed notice and menstion schema qualification reference #4719 for PostGIS 3.1.0

diff --git a/raster/rt_pg/rtpostgis.sql.in b/raster/rt_pg/rtpostgis.sql.in
index ab1669b..9189211 100644
--- a/raster/rt_pg/rtpostgis.sql.in
+++ b/raster/rt_pg/rtpostgis.sql.in
@@ -6666,8 +6666,8 @@ CREATE OR REPLACE FUNCTION ST_Disjoint(rast1 raster, rast2 raster)
 
 -----------------------------------------------------------------------
 -- ST_Intersection(geometry, raster) in geometry-space
+-- Changed: 3.0.3, fail fast on mismatch srid and schema qualify funcs
 -----------------------------------------------------------------------
-
 CREATE OR REPLACE FUNCTION ST_Intersection(geomin geometry, rast raster, band integer DEFAULT 1)
 	RETURNS SETOF geomval AS $$
 	DECLARE

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list