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

PostGIS trac at osgeo.org
Sat Jan 15 10:56:25 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):

 I now pushed a branch in which we ALSO break the `geometry_out` function,
 so to have a confirmation of this bug. The bug is confirmed by:

  - Dronie: https://dronie.osgeo.org/postgis/postgis/2426/1/2
  - GitLab-CI: https://gitlab.com/postgis/postgis/-/jobs/1979025558#L15207

 GitLab actions are NOT testing upgrades, so won't catch this.
 Debbie and friends I'm not sure they kick for non standard branchs
 (Regina?)

 What I think we could test in that branch is if rewriting the
 _postgis_drop_if_needed function can help (we'd basically need a way to
 find argument names without evaluating default values, although we MIGHT
 want to change default values in the future ?).

 In general, it would probably be more robust if the defaults would always
 be NULL, although I do understand that means removing the STRICT and
 handling it at the library level...

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5046#comment:13>
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