[postgis-tickets] [PostGIS] #5033: Breaking change in PostGIS 3.1 with introduction of gridSize

PostGIS trac at osgeo.org
Sun Dec 19 07:21:28 PST 2021


#5033: Breaking change in PostGIS 3.1 with introduction of gridSize
----------------------+---------------------------
  Reporter:  robe     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.1.5
 Component:  postgis  |    Version:  3.1.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by Sandro Santilli <strk@…>):

 In [changeset:"82d84900fdd26678767fee72677664f3f76b3db6/git"
 82d84900/git]:
 {{{
 #!CommitTicketReference repository="git"
 revision="82d84900fdd26678767fee72677664f3f76b3db6"
 Allow upgrades in presence of views using deprecated functions

 Support adding a 'Replaces' comment above functions to improve upgrade

 When a function has a line like the following in in the comments
 above its signature:

   Replaces ST_Intersection(geometry, geometry) deprecated in 3.1.0

 The upgrade script will try to drop the deprecated functions and in case
 of failure leave them behind renamed with a
 _deprecated_by_postgis_<version>
 suffix, warns the user about such occurrence and gives her hints on
 how to fix.

 The postgis_full_version() will report presence of such deprecated
 functions as an "incomplete upgrade".

 References #5033 in 3.2 branch (3.2.1dev)

 Includes regression tests
 }}}

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