[postgis-tickets] [PostGIS] #3484: IS DISTINCT FROM not seeing additional points

PostGIS trac at osgeo.org
Tue Mar 1 04:33:10 PST 2016


#3484: IS DISTINCT FROM not seeing additional points
-----------------------+---------------------------
  Reporter:  pvalsecc  |      Owner:  pramsey
      Type:  defect    |     Status:  new
  Priority:  medium    |  Milestone:  PostGIS 2.2.2
 Component:  postgis   |    Version:  2.2.x
Resolution:            |   Keywords:
-----------------------+---------------------------

Comment (by pvalsecc):

 In my 2056 example, one geometry was not valid. But the problem appears as
 well with valid geometries:

 {{{
 # select ST_GeomFromText('MULTIPOLYGON(((2494153.5178082585
 1118531.569023041, 2494549.8246264406 1118753.159932132, 2494600.960990077
 1118817.0803866775, 2494153.5178082585 1118531.569023041)))',2056)
 is distinct from
        ST_GeomFromText('MULTIPOLYGON(((2494153.5178082585
 1118531.569023041, 2494500 1118600, 2494549.8246264406 1118753.159932132,
 2494600.960990077 1118817.0803866775, 2494153.5178082585
 1118531.569023041)))',2056);
  ?column?
 ----------
  f
 }}}

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