Ticket #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: | trunk |
| 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
Note: See
TracTickets for help on using
tickets.
