[postgis-tickets] [SCM] PostGIS branch fix-upgrades-in-absence-of-old-library created. 3.2.0-255-g41edd81b3
git at osgeo.org
git at osgeo.org
Sat Jan 15 09:55:29 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, fix-upgrades-in-absence-of-old-library has been created
at 41edd81b3682844ae7cebcadf4dee7046146eca9 (commit)
- Log -----------------------------------------------------------------
commit 41edd81b3682844ae7cebcadf4dee7046146eca9
Author: Sandro Santilli <strk at kbt.io>
Date: Sat Jan 15 18:54:37 2022 +0100
Do not keep geometry_out functional during upgrade tests
This is meant to reproduce the bug reported in ticket #5046
diff --git a/regress/hooks/hook-before-upgrade.sql b/regress/hooks/hook-before-upgrade.sql
index 2dcddaf4b..d7ed853ca 100644
--- a/regress/hooks/hook-before-upgrade.sql
+++ b/regress/hooks/hook-before-upgrade.sql
@@ -82,5 +82,5 @@ UPDATE pg_proc SET probin = probin || '-uninstalled' WHERE probin like '%postgis
-- makes pg_get_function_arguments choke. This should be fixed!
-- See https://trac.osgeo.org/postgis/ticket/5046#comment:5
-- When ticket #5046 is fixed we can ALSO break geometry_out
-AND proname NOT IN ( 'geometry_out')
+--AND proname NOT IN ( 'geometry_out')
;
-----------------------------------------------------------------------
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list