[postgis-tickets] [PostGIS] #5348: Non-extension based dump-restore tests failing on new ST_ClusterIntersectingWin

PostGIS trac at osgeo.org
Mon Feb 27 14:05:59 PST 2023


#5348: Non-extension based dump-restore tests failing on new
ST_ClusterIntersectingWin
------------------------------------+---------------------------
  Reporter:  robe                   |      Owner:  strk
      Type:  defect                 |     Status:  assigned
  Priority:  medium                 |  Milestone:  PostGIS 3.4.0
 Component:  build/upgrade/install  |    Version:  master
Resolution:                         |   Keywords:
------------------------------------+---------------------------
Comment (by strk):

 Ok the problem is still not fixed because our generator generates this
 skip signature:

 `FUNCTION st_clusterwithinwin(geometry,distance double precision)`

 But `pg_restore -l` does not report function with argument names, just
 types, so the generator of signatures needs be improved to strip those
 argument names out, and the `postgis_restore.pl` too.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5348#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