[postgis-tickets] [PostGIS] #4139: Unstable behavior of gist nd indexes

PostGIS trac at osgeo.org
Mon Jul 30 03:35:06 PDT 2018


#4139: Unstable behavior of gist nd indexes
-----------------------+---------------------------
  Reporter:  ezimanyi  |      Owner:  pramsey
      Type:  defect    |     Status:  new
  Priority:  medium    |  Milestone:  PostGIS 2.4.5
 Component:  postgis   |    Version:  2.4.x
Resolution:            |   Keywords:
-----------------------+---------------------------

Comment (by komzpa):

 You are expected to use ST_HasM / ST_HasZ to get the type. "LINESRTINGM"
 is only required as it reinterprets third coordinate as M instead of Z.

 LINESTRING has X Y [Z [M]].

 LINESTRINGM has X Y [M].

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4139#comment:4>
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