[postgis-users] Possible issue with Geos on PostgreSQL
8.0NativeWindows
Steffen Macke
sdteffen at gmail.com
Thu Jan 13 02:37:30 PST 2005
> select geosnoop('POLYGON((0 0, 1 1, 0 0))');
>
> This didn't crash my backend. However, I can't vouch for the version of
I'm using PostGIS as provided by PostgreSQL 8.0.0 RC5:
dcmms=# select geosnoop('POLYGON((0 0, 1 1,0 0))');
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
What does the "correct" output look like?
Steffen