[postgis-tickets] [PostGIS] #4433: Regress Error on Bessie/Winnie 32-bit tickets full join test

PostGIS trac at osgeo.org
Fri Jun 28 15:54:27 PDT 2019


#4433: Regress Error on Bessie/Winnie 32-bit tickets full join test
----------------------+---------------------------
  Reporter:  robe     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  blocker  |  Milestone:  PostGIS 3.0.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by robe):

 based on discussion on irc with Darafei

 I did this:


 {{{
  update pg_operator set oprcanhash = false, oprcanmerge = true where
 oprname = '=' and oprcode = 'geometry_eq'::regproc;

 }}}


 and then the test on bessie32


 {{{
  with mj as (select 'POINT(0 0)'::geometry geom) select '#4394' from mj a
 full join mj b on a.geom = b.geom;
 }}}

 Yielded 1 row as it should.

 Both in 3.0 are set to true.

 So it seems there is something wrong with our hashing logic on 32-bit.

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