[postgis-users] GeometryCollection vs LineString speed

strk at refractions.net strk at refractions.net
Wed Feb 23 01:45:27 PST 2005


Bug confirmed and fixed in CVS.
Thanks!
--strk;

On Wed, Feb 23, 2005 at 01:37:08AM -0800, Ron Mayer wrote:
> strk at refractions.net wrote:
> >Ron, if your LINESTRINGS didn't get a BBOX cache this is a bug
> >somewere. Can you remember how did you create those LINESTRINGS ?
> 
> Hmm....  I think it was like this:
> 
> 
> fli=# select summary(GeomFromText('LINESTRING(0 0,1 1)',-1));
>         summary
> ------------------------
> Line[] with 2 points
> (1 row)
> 
> fli=# select summary('LINESTRING(0 0,1 1)');
>          summary
> -------------------------
> Line[B] with 2 points
> (1 row)
> 
> 
> fli=# select postgis_full_version();
>                                           postgis_full_version
> ---------------------------------------------------------------------------------------------------------
>  POSTGIS="1.0.0RC2" GEOS="2.1.1" PROJ="Rel. 4.4.9, 29 Oct 2004" 
> USE_STATS DBPROC="0.1.0" RELPROC="0.1.0"
> (1 row)
> 
> 
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users



More information about the postgis-users mailing list