[PostGIS] #5496: ST_Clip(raster, geom) include new method to pixel selection: touch

PostGIS trac at osgeo.org
Sun Dec 10 02:29:14 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 strk):

 That view should be removed by the raster after-upgrade hook
 as it is created by the raster before-upgrade hook (
 https://woodie.osgeo.org/repos/30/pipeline/1600/20#L8752 )

 but in the CI log we see that the core after-upgrade (
 https://woodie.osgeo.org/repos/30/pipeline/1600/20#L8755 ) is invoked
 before the raster after-upgrade, which does not get a chance of being run.

 This is weird, because the RUNTESTFLAGS_INTERNAL seem to correctly pass
 the after-upgrade hook of raster:
 https://woodie.osgeo.org/repos/30/pipeline/1600/20#L8740

 I'll try to reproduce locally, were you able to ?
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5496#comment:7>
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