1 | | This might be a winnie specific issue. Seem to be getting compile error on PostgreSQL 10. |
2 | | |
3 | | Not sure what changed. What's even more annoying is that it doesn't break consistently at same spot. Earlier it was breaking in cunit raster compile. |
4 | | |
5 | | I haven't tested locally on my windows dev to see if it's a windows issue or just an upset stomach winnie issue. I also haven't switched debbie to 10 testing so not sure if I'll see something there. |
6 | | |
| 1 | Changing this ticket to refer to geometry |
| 2 | |
| 3 | |
| 4 | {{{ |
| 5 | /tmp/2.4.0dev_pg10_geos3.7.0dev_gdal2.1.3w64/test_89_diff) |
| 6 | ----------------------------------------------------------------------------- |
| 7 | --- tickets_expected 2016-09-26 01:59:38 -0400 |
| 8 | +++ /projects/postgis/tmp/2.4.0dev_pg10_geos3.7.0dev_gdal2.1.3w64/test_89_out 2017-05-25 15:15:09 -0400 |
| 9 | @@ -285,7 +285,7 @@ |
| 10 | #3375|GEOMETRYCOLLECTION(POINT(0 -7)) |
| 11 | #3399|1|1 |
| 12 | #3399|10|10 |
| 13 | -#3399|100|100 |
| 14 | +#3399|100|99 |
| 15 | #3399|1000|1000 |
| 16 | ERROR: invalid KML representation |
| 17 | #3437a|5 |
| 18 | ----------------------------------------------------------------------------- |
| 19 | |
| 20 | }}} |
| 21 | |
| 22 | The raster problems are largely fixed by #3760. The rt_union one I'll open a separate ticket for. |