[PostGIS] #5623: unpackaged upgrade from PostGIS 3.2 failing on ST_AsGeoJSON

PostGIS trac at osgeo.org
Tue Nov 28 00:15:31 PST 2023


#5623: unpackaged upgrade from PostGIS 3.2 failing on ST_AsGeoJSON
---------------------------+---------------------------
  Reporter:  robe          |      Owner:  strk
      Type:  defect        |     Status:  closed
  Priority:  blocker       |  Milestone:  PostGIS 3.5.0
 Component:  upgrade/hard  |    Version:  master
Resolution:  fixed         |   Keywords:
---------------------------+---------------------------
Changes (by Sandro Santilli <strk@…>):

 * status:  new => closed
 * resolution:   => fixed

Comment:

 In [changeset:"a6f4fa8282d3fef7e298f66cb7db96674486f028/git" a6f4fa8/git]:
 {{{#!CommitTicketReference repository="git"
 revision="a6f4fa8282d3fef7e298f66cb7db96674486f028"
 Fix hard-upgrades failing to skip old st_asgeojson signature

 Uses "Replaces" comment instead of _postgis_drop_function_by_identity
 function. The latter is only required when the function signature
 remains the same but argument names change. These cases are of no
 interest for postgis_restore because only the signature (and not the
 identity) can be found in PostgreSQL dumps, and so we didn't bother
 to implement support for _postgis_drop_function_by_identity in the
 script that extracts the skip-list for postgis_restore.

 Closes #5623
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5623#comment:5>
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