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

git at osgeo.org git at osgeo.org
Sun Jan 16 13:27:34 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  41edd81b3682844ae7cebcadf4dee7046146eca9 (commit)
       via  a61be7978dd72d227b0051a793cbdccd1c942905 (commit)
       via  6d2d12c1441a0a9157c0824dae11271cb0b646ec (commit)
       via  6a802d8c4fb4b9eeab71703f7d7063a5bde6629a (commit)
       via  4c3c8e37839127b67dc3f0cf08f67cddc7441d89 (commit)
       via  03356dc743b1b70fd4f3a2926bc7382cbffc14c7 (commit)
       via  c5e7d4f27623e307cb528eac654253869ac47860 (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 (41edd81b3682844ae7cebcadf4dee7046146eca9)
            \
             N -- N -- N (a61be7978dd72d227b0051a793cbdccd1c942905)

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 a61be7978dd72d227b0051a793cbdccd1c942905
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:
 doc/po/ja/reporting.xml.po | 26 ++++++++++-----------
 regress/run_test.pl        | 57 ++++++++++------------------------------------
 regress/runtest.mk         |  1 +
 3 files changed, 26 insertions(+), 58 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list