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)

Attachment: pgis_reg_21401.tar.gz
Description: GNU Zip compressed data

Attachment: pgis_reg_21401.log.gz
Description: GNU Zip compressed data

_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to