[postgis-tickets] [PostGIS] #4483: Can't upgrade from PostGIS 3.0.0alpha3 to 3.0.0alpha4 or 3.0.0alpha5dev (ST_AsGeoJSON)

PostGIS trac at osgeo.org
Wed Feb 12 04:15:43 PST 2020


#4483: Can't upgrade from PostGIS 3.0.0alpha3 to 3.0.0alpha4 or 3.0.0alpha5dev
(ST_AsGeoJSON)
----------------------+---------------------------
  Reporter:  robe     |      Owner:  pramsey
      Type:  defect   |     Status:  reopened
  Priority:  blocker  |  Milestone:  PostGIS 3.0.1
 Component:  postgis  |    Version:  master
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by Algunenano):

 > Raul: do you see anything wrong with it ?

 Yes, we use `pg_get_function_arguments` because we do want the default
 values in the signature, so we drop the function when the defaults change
 and not always.

 I see that the signature to drop was changed in
 https://trac.osgeo.org/postgis/changeset/17879, probably because there was
 more than one issue with the changes and multiple drops where needed and
 we have switched back and forth.

 The solution is to add a new line readding what was removed in r17879

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