[PostGIS] #5496: ST_Clip(raster, geom) include new method to pixel selection: touch
PostGIS
trac at osgeo.org
Tue Dec 12 07:09:29 PST 2023
#5496: ST_Clip(raster, geom) include new method to pixel selection: touch
--------------------------+---------------------------
Reporter: latot | Owner: robe
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.5.0
Component: raster | Version: 3.4.x
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by robe):
I also had changed all not have the argument names, but that did not fix
the issue.
I noticed the _st_clip old signature wasn't in the generated
postgis_restore.pl skip list so I added to the static
postgis_restore.pl.in and that got passed the _st_clip
Now I am getting
{{{
SET
SET
SET
SET
ERROR: function "st_clip" already exists with same argument types
-----------------------------------------------------------------------------
make: ***
[/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/regress/runtest.mk:24:
check-regress] Error 3
make: Leaving directory
'/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/build/pg12/raster/test/regress'
FAIL: postgis_raster script hard upgrade unpackaged2.5--:auto
Cleaning up
}}}
Do I have to add every single one I removed in this list, I thought it is
supposed to pick this up.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5496#comment:17>
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