Opened 12 years ago

Closed 12 years ago

#1483 closed defect (invalid)

Check bbox caching for geography

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
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 (1)

comment:1 by pramsey, 12 years ago

Resolution: invalid
Status: newclosed
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.