[postgis-tickets] [PostGIS] #2684: can't upgrade from 2.1.1 to 2.1.2 with extensions
PostGIS
trac at osgeo.org
Fri Mar 28 04:19:08 PDT 2014
#2684: can't upgrade from 2.1.1 to 2.1.2 with extensions
-----------------------------------+----------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.1.2
Component: build/upgrade/install | Version: 2.1.x
Keywords: |
-----------------------------------+----------------------------------------
Comment(by pramsey):
Does
{{{
make check RUNTESTFLAGS=--extension
}}}
work for you? it does not for me, even with 2.1.1.
{{{
up=# SELECT 'contains100', ST_contains('POLYGON((0 0, 0 10, 10 10, 10 0, 0
0))', 'POINT(5 5)');
ERROR: function st_contains(unknown, unknown) is not unique
}}}
I've confirmed this isn't a problem with the regression test, it's a
problem with the extension install, by running one of the regression
queries (the above one) manually on a extension-enabled database. There
seem to be lots of others of these type-recognition errors for extension
installs.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2684#comment:11>
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