Opened 12 years ago

Closed 12 years ago

#1254 closed defect (fixed)

Composite geometries end up with nested BBOX caches

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

In 1.5 only the bbox of the outermost geometry was stored. In 2.0 it seems we're having the box also in the inner:

=# select st_summary('MULTIPOINT(0 0)'::geometry);
          st_summary           
-------------------------------
 MultiPoint[B] with 1 elements
   Point[B]

Change History (2)

comment:1 by pramsey, 12 years ago

OK, we get sensible results from ST_Summary now at r8076. Now to track down this extra [B]

comment:2 by pramsey, 12 years ago

Resolution: fixed
Status: newclosed

OK, the flags are now consistent with reality, which is an improvement. r8078

Note: See TracTickets for help on using tickets.