[postgis-tickets] [PostGIS] #3087: lwgeom_regress failure when testing .with CREATE EXTENSION (was: lwgeom_regress failure when testing on 9.5 with CREATE EXTENSION)
PostGIS
trac at osgeo.org
Sun Mar 22 20:48:30 PDT 2015
#3087: lwgeom_regress failure when testing .with CREATE EXTENSION
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Description changed by robe:
Old description:
> I suspect this has more to do with using CREATE EXTENSION for testing
> rather than 9.5, but I get this failure
>
> {{{
> --- lwgeom_regress_expected 2015-03-16 00:35:34 -0400
> +++ /projects/postgis/tmp/2.2_pg9.5w64/test_33_out 2015-03-22
> 23:38:46 -0400
> @@ -5,9 +5,9 @@
> 20464
> 15824
> 11184
> -#3069|Point[S]
> +ERROR: function postgis_noop(unknown) is not unique at character 28
> #3069|LineString[S] with 2 points
> -#3069|MultiPoint[S] with 1 elements Point[S]
> +ERROR: function postgis_noop(unknown) is not unique at character 36
> #3069|MultiLineString[S] with 1 elements LineString[S] with 2 points
> #3069|Polygon[BS] with 1 rings ring 0 has 5 points
> #3069|BOX(1 1,1 1)
>
> }}}
New description:
I suspect this has more to do with using CREATE EXTENSION for testing
rather than 9.5, but I get this failure
{{{
PostgreSQL 9.5devel on x86_64-w64-mingw32, compiled by gcc.exe
(x86_64-win32-seh
-rev1, Built by MinGW-W64 project) 4.8.3, 64-bit
- 2015-03-23 03:36:18
scripts 2.2.0dev r13376
raster scripts 2.2.0dev r13376
GEOS: 3.5.0dev-CAPI-1.9.0 r4034
PROJ: Rel. 4.8.0, 6 March 2012
--- lwgeom_regress_expected 2015-03-16 00:35:34 -0400
+++ /projects/postgis/tmp/2.2_pg9.5w64/test_33_out 2015-03-22
23:38:46 -0400
@@ -5,9 +5,9 @@
20464
15824
11184
-#3069|Point[S]
+ERROR: function postgis_noop(unknown) is not unique at character 28
#3069|LineString[S] with 2 points
-#3069|MultiPoint[S] with 1 elements Point[S]
+ERROR: function postgis_noop(unknown) is not unique at character 36
#3069|MultiLineString[S] with 1 elements LineString[S] with 2 points
#3069|Polygon[BS] with 1 rings ring 0 has 5 points
#3069|BOX(1 1,1 1)
}}}
--
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3087#comment:1>
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