[postgis-tickets] [PostGIS] #3899: BTree opclass does not take object length into account

PostGIS trac at osgeo.org
Thu Oct 12 06:23:23 PDT 2017


#3899: BTree opclass does not take object length into account
---------------------+---------------------------
 Reporter:  komzpa   |      Owner:  pramsey
     Type:  patch    |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 2.4.1
Component:  postgis  |    Version:  2.4.x
 Keywords:           |
---------------------+---------------------------
 BTree opclass has some issues:

  - in code hsz is used by mistake instead of bsz. That means it compares
 header size (thus bbox presence) instead of geometry length.
  - collections of EMPTY in different order and size get sorted in non-
 stable way;

 Patch in https://github.com/postgis/postgis/pull/161

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3899>
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-tickets mailing list