[postgis-tickets] [PostGIS] #3322: We have 2.2 hardcoded in our scripts

PostGIS trac at osgeo.org
Wed Oct 7 14:24:17 PDT 2015


#3322: We have 2.2 hardcoded in our scripts
---------------------+---------------------------
 Reporter:  robe     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 2.2.1
Component:  postgis  |    Version:  trunk
 Keywords:           |
---------------------+---------------------------
 I switched debbie to 2.3 trunk and she started failing during install.  I
 looked at the generated script and everything is 2.3 as it should except
 these two.


 {{{

 -- Availability: 2.2
 CREATE OR REPLACE FUNCTION ST_ClusterIntersecting(geometry[])
     RETURNS geometry[]
     AS '/var/lib/jenkins/workspace/postgis/branches/2.3/regress/00
 -regress-install/lib/postgis-2.2', 'clusterintersecting_garray'
     LANGUAGE 'c' IMMUTABLE STRICT;

 -- Availability: 2.2
 CREATE OR REPLACE FUNCTION ST_ClusterWithin(geometry[], float8)
     RETURNS geometry[]
     AS '/var/lib/jenkins/workspace/postgis/branches/2.3/regress/00
 -regress-install/lib/postgis-2.2', 'cluster_within_distance_garray'
     LANGUAGE 'c' IMMUTABLE STRICT;

 }}}


 Not an issue for 2.2 but will become one when we release 2.3

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3322>
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