[postgis-devel] topology pgsql 10 regression failures

Regina Obe lr at pcorp.us
Fri May 26 10:35:38 PDT 2017


I beat you to it :)

 

https://trac.osgeo.org/postgis/ticket/3764

 

I'll try to fix when I get the chance.

 

BTW: For this error, are you seeing this one?

 

https://trac.osgeo.org/postgis/ticket/3759

 

 

/tmp/2.4.0dev_pg10_geos3.7.0dev_gdal2.1.3w64/test_89_diff)

-----------------------------------------------------------------------------

--- tickets_expected   2016-09-26 01:59:38 -0400

+++ /projects/postgis/tmp/2.4.0dev_pg10_geos3.7.0dev_gdal2.1.3w64/test_89_out        2017-05-25 15:15:09 -0400

@@ -285,7 +285,7 @@

#3375|GEOMETRYCOLLECTION(POINT(0 -7))

#3399|1|1

#3399|10|10

-#3399|100|100

+#3399|100|99

#3399|1000|1000

ERROR:  invalid KML representation

#3437a|5

-----------------------------------------------------------------------------

 

 

Do we go with float or float4.  If float4, I think you need to change the regression and also the pre-10 code.

 

the geometry regression in tickets caused by this change 

 nd_stats = palloc(sizeof(float) * sslot.nnumbers);
 memcpy(nd_stats, sslot.numbers, sizeof(float) * sslot.nnumbers);

To: 

 nd_stats = palloc(sizeof(float4) * sslot.nnumbers);
 memcpy(nd_stats, sslot.numbers, sizeof(float4) * sslot.nnumbers);

 

 

Thanks,

Regina

 

 

From: postgis-devel [mailto:postgis-devel-bounces at lists.osgeo.org] On Behalf Of Paul Ramsey
Sent: Friday, May 26, 2017 11:13 AM
To: PostGIS Development Discussion <postgis-devel at lists.osgeo.org>
Subject: [postgis-devel] topology pgsql 10 regression failures

 

Several failures for me (Darwin Kernel Version 15.6.0) right now in topology, for example, 

 

regress/st_simplify .. failed (diff expected obtained: /tmp/pgis_reg/test_26_diff)

 

This "invalid geometry type" shows up in a few of the other failures further down. Anyone seeing similar things w/ pgsql 10? 

 

--- regress/st_simplify_expected    2014-12-01 12:28:41.000000000 -0800

+++ /tmp/pgis_reg/test_26_out   2017-05-26 08:02:22.000000000 -0700

@@ -1,9 +1,8 @@

 t

 L1

-N2

-S1|f|t

-S2|f|t

+ERROR:  Invalid geometry type (POLYGON) passed to TopoGeo_AddLinestring, expected LINESTRING

+N1

+S1|f|

+S2|f|

 L2

-HS1|f|t

-HS2|f|t

 f

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20170526/2445b9aa/attachment.html>


More information about the postgis-devel mailing list