[postgis-tickets] [PostGIS] #5033: Note Breaking change in PostGIS 3.1 with introduction of gridSize
PostGIS
trac at osgeo.org
Wed Dec 15 07:49:24 PST 2021
#5033: Note 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 robe):
Forgot to add, strk has a pull request to at least catch this kind of
stuff in future in our upgrade script. For very popular functions, we
should not drop old signatures (or at least consider cautiously the
impact). We should instead add new ones to augment them.
Things that require drop:
Add a new function that introduces default args that would conflict with
existing that has no default args, (such as the gridSize case)
Changing names of arguments in functions (we've done this before and it
broke some stuff, I forget which function that was).
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5033#comment:1>
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