[postgis-devel] [PostGIS] #2020: Regress windows 32 9.2

PostGIS trac at osgeo.org
Sun Nov 4 16:33:32 PST 2012


#2020: Regress windows 32 9.2
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by robe):

 I'm still really frustrated with this failure.  I'm tempted to remove this
 test for now as it's causing me serious problems being able to regress
 test my postgresql 9.2 32-bit.

 Why on earth are we mixing dimensions anyway?  These operations should
 really be throwing an error and be illegal instead of returning anything.
 we've got 2d and 3D geometries mixed in there and asking for a 3D extent.
 WTF does that mean?

 My only guess as to what could be causing this problem is the change to
 using constants as asking the 3D extent even on my 64-bit gives stupid
 answers for the Z max for something like below even in lower versions


 {{{
 SELECT ST_3DExtent(ST_Point(i,j))
 FROM generate_series(1,10) as i cross join generate_series(11,20) As j;
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2020#comment:7>
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-devel mailing list