Opened 10 years ago
Last modified 10 years ago
#3087 closed defect
lwgeom_regress failure when testing on 9.5 with CREATE EXTENSION — at Initial Version
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
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)
Note:
See TracTickets
for help on using tickets.