[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 98e3e252480db42846f34824ccc02c7a6a5efc9b

git at osgeo.org git at osgeo.org
Wed Feb 12 08:44:31 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, stable-3.0 has been updated
       via  98e3e252480db42846f34824ccc02c7a6a5efc9b (commit)
      from  72c0c0ea04cb55f84e0d7d1ad12e0ceb8e3520d7 (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 98e3e252480db42846f34824ccc02c7a6a5efc9b
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Feb 12 17:37:21 2020 +0100

    Revert "Try and be a little broader in dropping temporary old signature"
    
    This reverts commit 548f6d1f953df7b56e69abbbdff72e33dcfdcff2.
    
    Fixes #4483 and #4521 as far as I can tell, in the stable-3.0 branch

diff --git a/postgis/postgis_before_upgrade.sql b/postgis/postgis_before_upgrade.sql
index c709b05..02ff213 100644
--- a/postgis/postgis_before_upgrade.sql
+++ b/postgis/postgis_before_upgrade.sql
@@ -168,7 +168,7 @@ SELECT _postgis_drop_function_if_needed
 SELECT _postgis_drop_function_if_needed
 	(
 	'ST_AsGeoJson',
-	'r record, geom_column text, maxdecimaldigits integer, pretty_print boolean'
+	$args$r record, geom_column text DEFAULT ''::text, maxdecimaldigits integer DEFAULT 15, pretty_print boolean DEFAULT false$args$
 	);
 
 -- FUNCTION _st_orderingequals changed argument names in 3.0

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list