[postgis-tickets] [SCM] PostGIS branch fix-upgrades-in-absence-of-old-library updated. 3.2.0-261-gc2804639e

git at osgeo.org git at osgeo.org
Sun Jan 16 13:50:58 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 updated
  discards  a61be7978dd72d227b0051a793cbdccd1c942905 (commit)
       via  c2804639e68ff446f8e049ee67a611be638d1b64 (commit)
       via  9b186c4d3d23029f7164c54c9c6add440987cf3b (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (a61be7978dd72d227b0051a793cbdccd1c942905)
            \
             N -- N -- N (c2804639e68ff446f8e049ee67a611be638d1b64)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 c2804639e68ff446f8e049ee67a611be638d1b64
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')
 ;

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

Summary of changes:
 regress/run_test.pl | 34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list