[postgis-tickets] [PostGIS] #3426: Patch to fix test_wkb_out_point failure on hppa & mips.

PostGIS trac at osgeo.org
Wed Jan 13 10:05:37 PST 2016


#3426: Patch to fix test_wkb_out_point failure on hppa & mips.
-----------------------+---------------------------
  Reporter:  sebastic  |      Owner:  robe
      Type:  defect    |     Status:  reopened
  Priority:  medium    |  Milestone:  PostGIS 2.2.2
 Component:  postgis   |    Version:  2.2.x
Resolution:            |   Keywords:
-----------------------+---------------------------

Comment (by strk):

 I confirm both are valid POINT EMPTY representations, on my x86:
 {{{
 select ST_AsText(decode('00000000017FF80000000000007FF8000000000000',
 'hex')::geometry);
 POINT EMPTY
 select ST_AsText(decode('00000000017FF7FFFFFFFFFFFF7FF7FFFFFFFFFFFF',
 'hex')::geometry);
 POINT EMPTY
 }}}

 Still I liked the idea of writing our EMPTY NaN in a postgis-specific
 way, if it's not too much work.

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