[postgis-devel] 1.5 Regression?

Sandro Santilli strk at keybit.net
Mon Oct 31 14:48:48 PDT 2011


On Mon, Oct 31, 2011 at 02:16:48PM -0700, Paul Ramsey wrote:
> Anyone else seeing a regression in 1.5 branch?
> 
> 
> *** loader/PointZ-wkb.expected  Fri Oct 14 08:04:40 2011
> --- /var/folders/vQ/vQpcmrOZEXuINbyg+7Jj4k+++TI/-Tmp-//test_3_out
>  Mon Oct 31 14:15:54 2011
> ***************
> *** 1,3 ****
>   POINT(0 1 2 3)
> - POINT(9 -1 -20 -123)
>   POINT(9 -1 -2 -3)
> --- 1,3 ----
>   POINT(0 1 2 3)
>   POINT(9 -1 -2 -3)
> + POINT(9 -1 -20 -123)

Can't rely on that order. We'd better ORDER BY something else than
the geometry, as those two points have the same bounding box.

--strk; 

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



More information about the postgis-devel mailing list