[postgis-devel] [PostGIS] #1680: geography btree: ERROR: index row requires 9960 bytes, maximum size is 8191

PostGIS trac at osgeo.org
Mon Mar 12 10:19:48 PDT 2012


#1680: geography btree: ERROR:  index row requires 9960 bytes, maximum size is
8191
----------------------+-----------------------------------------------------
  Reporter:  strk     |       Owner:  pramsey      
      Type:  defect   |      Status:  closed       
  Priority:  medium   |   Milestone:  PostGIS 2.0.0
 Component:  postgis  |     Version:  trunk        
Resolution:  invalid  |    Keywords:               
----------------------+-----------------------------------------------------
Changes (by pramsey):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 Same thing will happen in geometry, no? Indeed, it does
 {{{
 cded=# create index roads_gg on roads (geom);
 ERROR:  index row requires 19328 bytes, maximum size is 8191
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1680#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list