[postgis-tickets] [SCM] PostGIS branch 3.1-no-default-in-drop-if-needed-signature created. 3.1.4-25-g2a5f869a6

git at osgeo.org git at osgeo.org
Mon Jan 17 07:26:41 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, 3.1-no-default-in-drop-if-needed-signature has been created
        at  2a5f869a6a1da681fafc0eda30c1c7a7adb953e6 (commit)

- Log -----------------------------------------------------------------
commit 2a5f869a6a1da681fafc0eda30c1c7a7adb953e6
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jan 17 16:25:30 2022 +0100

    Do not include default value in _postgis_drop_if_needed calls

diff --git a/postgis/postgis_before_upgrade.sql b/postgis/postgis_before_upgrade.sql
index 1eb4b8913..7a9323b0c 100644
--- a/postgis/postgis_before_upgrade.sql
+++ b/postgis/postgis_before_upgrade.sql
@@ -164,7 +164,7 @@ SELECT _postgis_drop_function_if_needed
 SELECT _postgis_drop_function_if_needed
 	(
 	'ST_AsGeoJson',
-	$args$r record, geom_column text DEFAULT ''::text, maxdecimaldigits integer DEFAULT 15, pretty_print boolean DEFAULT false$args$
+	$args$r record, geom_column text, maxdecimaldigits integer, pretty_print boolean$args$
 	);
 
 -- FUNCTION _st_orderingequals changed argument names in 3.0
@@ -187,7 +187,7 @@ SELECT _postgis_drop_function_if_needed
 SELECT _postgis_drop_function_if_needed
     (
     'st_tileenvelope',
-    'zoom integer, x integer, y integer, bounds geometry DEFAULT ''0102000020110F00000200000052107C45F81B73C152107C45F81B73C152107C45F81B734152107C45F81B7341''::geometry'
+    'zoom integer, x integer, y integer, bounds geometry'
     );
 
 

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list