[postgis-devel] Garden test is failing on 1.4

Obe, Regina robe.dnd at cityofboston.gov
Thu Dec 11 19:50:05 PST 2008


This could just be something funky with my install, but I ran the Garden test on my 1.4, 3.1.0 GEOS, 8.3.1 install on OpenSUSE and its failing when using ST_Accum with a 

ERROR:  cache lookup failed for type 1107522 (the type varies from 0 to some other number)

After dissecting it -- it doesn't always give a cached lookup fail with ST_Accum, but sometimes gives me an array of booleans like {t,f,f,f,t}? Though I don't seem to be able to recreate that behavior.

Anyrate if people can run this test and let me know if you see anything odd

	SELECT ST_Accum(the_geom)
	FROM (SELECT ST_SetSRID(ST_Point(i,j),4326) As the_geom 
		FROM generate_series(-60,50,5) As i 
			CROSS JOIN generate_series(40,70, 5) j) As foo;  

Also attached is the latest garden test script.

Did we get rid of Postgis_JTS_Version().  I guess we should remove it from the docs if we did.  Since it also fails on that.  I remarked out of my testing that line.








-----------------------------------------
The substance of this message, including any attachments, may be
confidential, legally privileged and/or exempt from disclosure
pursuant to Massachusetts law. It is intended
solely for the addressee. If you received this in error, please
contact the sender and delete the material from any computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20081211/95949b50/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gardentest.sql
Type: application/octet-stream
Size: 60385 bytes
Desc: gardentest.sql
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20081211/95949b50/attachment.obj>


More information about the postgis-devel mailing list