[postgis-tickets] [SCM] PostGIS branch master-no-default-in-drop-if-needed-signature created. 3.2.0-265-g5b4ab2cfc
git at osgeo.org
git at osgeo.org
Mon Jan 17 07:25:52 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-no-default-in-drop-if-needed-signature has been created
at 5b4ab2cfc521b2d9955d17e46a02c7ccaef778b6 (commit)
- Log -----------------------------------------------------------------
commit 5b4ab2cfc521b2d9955d17e46a02c7ccaef778b6
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 437476be0..d02bdc42e 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