[postgis-tickets] [PostGIS] #5033: Breaking change in PostGIS 3.1 with introduction of gridSize
PostGIS
trac at osgeo.org
Sun Dec 19 07:22:46 PST 2021
#5033: Breaking change in PostGIS 3.1 with introduction of gridSize
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.1.5
Component: postgis | Version: 3.1.x
Resolution: fixed | Keywords:
----------------------+---------------------------
Changes (by Sandro Santilli <strk@…>):
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"3d947448b9c939b321bc22b85c719845722ecc3d/git" 3d94744/git]:
{{{
#!CommitTicketReference repository="git"
revision="3d947448b9c939b321bc22b85c719845722ecc3d"
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".
Closes #5033 in 3.1 branch (3.1.5dev)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5033#comment:15>
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