Opened 9 years ago

Closed 9 years ago

#3322 closed defect (fixed)

We have 2.2 hardcoded in our scripts

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 2.2.1
Component: postgis Version: 2.2.x
Keywords: Cc:

Description

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

Change History (3)

comment:1 by robe, 9 years ago

Owner: changed from pramsey to robe

I suspect that is why travis started spitting up blood too on the release note.

comment:2 by robe, 9 years ago

Version: trunk2.2.x

fixed for 2.3 (trunk) at r14217

comment:3 by robe, 9 years ago

Resolution: fixed
Status: newclosed

Fixed for 2.2.1 at r14218

Note: See TracTickets for help on using tickets.