[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-8-g1bbc4cc
git at osgeo.org
git at osgeo.org
Wed Feb 12 07:17:55 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 1bbc4ccaa996033cc444f0eb149135e778451f74 (commit)
from abc6fd77a8240fe673f5a012a97eb62a950f085e (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 1bbc4ccaa996033cc444f0eb149135e778451f74
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Feb 12 15:49:05 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
diff --git a/postgis/postgis_before_upgrade.sql b/postgis/postgis_before_upgrade.sql
index 0a5f266..fd104bc 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