Ticket #1483 (closed defect: invalid)

Opened 16 months ago

Last modified 16 months ago

Check bbox caching for geography

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

Description

I've noticed that the canonical input functions for GEOMETRY do add a bbox cache for complex geometries while the geography input functions do not.

This was by reading the code, didn't really test it.

Change History

Changed 16 months ago by pramsey

  • status changed from new to closed
  • resolution set to invalid
postgis20=# select st_summary('LINESTRING(0 0, 1 1)'::geography);
          st_summary          
------------------------------
 LineString[BG] with 2 points+
Note: See TracTickets for help on using tickets.