[postgis-tickets] [PostGIS] #5046: Old postgis library needed to upgrade

PostGIS trac at osgeo.org
Wed Jan 12 17:33:47 PST 2022


#5046: Old postgis library needed to upgrade
------------------------------------+---------------------------
  Reporter:  robe                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  medium                 |  Milestone:  PostGIS 3.2.1
 Component:  build/upgrade/install  |    Version:  3.2.x
Resolution:                         |   Keywords:
------------------------------------+---------------------------

Comment (by strk):

 To reproduce:
 1. Create a {{{ break_probin.sql }}} file containing this statement: {{{
 update pg_proc set probin = 'nonexistent'  where probin like '%postgis%';
  }}}
 2. run: {{{ regress/run_test.pl --extension --upgrade-path 2.5.6dev--:auto
 --before-upgrade-script break_probin.sql  regress/core/regress.sql  -v }}}

 Replace 2.5.6dev with whatever version you have available.

 We could have Dronie do the above, but we need a fix first ...

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5046#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list