[postgis-users] Mac OS X regression failures - 13/35 (was no "coveredby" in liblwgeom.1.3.so")

Webb Sprague webb.sprague at gmail.com
Wed Aug 22 10:35:16 PDT 2007


Here is my log file and a rerun of the regression.  Cheers, and let me
know if there is anything else.

Here is your request (seems to me that these should fail, but the
regression test isn't checking for that correctly - maybe a mac thing
or a funny version of sed or something?).  I don't see any server
crashes at all:

> select '50', 'POINT()'::GEOMETRY as geom;
snip
>
> Could you try executing these one at a time from psql and let me know the results?

oregon_2007_08_20=# set search_path=public,postgis;
SET

oregon_2007_08_20=# set search_path=public,postgis;

oregon_2007_08_20=# select postgis_full_version();
                                postgis_full_version
-------------------------------------------------------------------------------------
 POSTGIS="1.3.2" GEOS="3.0.0rc4-CAPI-1.3.3" PROJ="Rel. 4.5.0, 22 Oct
2006" USE_STATS
(1 row)

oregon_2007_08_20=# select '50', 'POINT()'::GEOMETRY as geom;
ERROR:  parse error - invalid geometry

oregon_2007_08_20=# select '51', 'POINT(1)'::GEOMETRY as geom;
ERROR:  parse error - invalid geometry

oregon_2007_08_20=# select '52', 'POINT(,)'::GEOMETRY as geom;
ERROR:  parse error - invalid geometry

oregon_2007_08_20=# select '53', 'MULTIPOINT(,)'::GEOMETRY as geom;
ERROR:  parse error - invalid geometry

oregon_2007_08_20=# select '54', 'POINT(a b)'::GEOMETRY as geom;
ERROR:  parse error - invalid geometry

oregon_2007_08_20=# select '55', 'MULTIPOINT()'::GEOMETRY as geom;
ERROR:  parse error - invalid geometry

oregon_2007_08_20=# select '56', ST_asewkt('POLYGON( (0 0, 10 0, 10
10, 0 10) )'::GEOMETRY);
ERROR:  geometry contains non-closed rings

oregon_2007_08_20=# select '57', ST_asewkt('POLYGON( (0 0, 10 0, 10
10, 0 10, 0 0),(5 5, 7 5, 7 7 , 5 7) )'::GEOMETRY);
ERROR:  geometry contains non-closed rings

oregon_2007_08_20=# select '58', ST_asewkt('MULTILINESTRING((0 0, 1
1),(0 0, 1 1, 2 2,) )'::GEOMETRY);
ERROR:  parse error - invalid geometry

oregon_2007_08_20=# select '56', ST_asewkt('POLYGON( (0 0, 10 0, 10
10, 0 10) )'::GEOMETRY);ERROR:  geometry contains non-closed rings

oregon_2007_08_20=# select '56', ST_asewkt('POINT( 0 10)'::GEOMETRY);
 ?column? |  st_asewkt
----------+-------------
 56       | POINT(0 10)
(1 row)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgis_reg_21401.tar.gz
Type: application/x-gzip
Size: 20703 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20070822/0589585f/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgis_reg_21401.log.gz
Type: application/x-gzip
Size: 1636 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20070822/0589585f/attachment-0001.bin>


More information about the postgis-users mailing list