[postgis-users] GEOS crashing PostgreSQL?
Michael Fuhr
mike at fuhr.org
Tue Oct 24 22:12:11 PDT 2006
On Tue, Oct 24, 2006 at 09:53:09PM -0600, Michael Fuhr wrote:
> I saw that ptarray_from_GEOSCoordSeq() was passing a size_t *
> as the second argument to GEOSCoordSeq_getSize() and
> GEOSCoordSeq_getDimensions(), but those functions expect
> unsigned int *.
I see that this has changed between GEOS 2.2 and 3.0. My 64-bit
build uses GEOS 2.2, where the abovementioned functions expect
unsigned int *. In GEOS 3.0 they expect size_t *.
--
Michael Fuhr
More information about the postgis-users
mailing list