[postgis-devel] Proposing 1.5.0

Paul Ramsey pramsey at cleverelephant.ca
Tue Jan 26 12:06:02 PST 2010


Platform difference or regression? This test works for me on 1.3, 1.4 and 1.5.

-- #11 --
SELECT '#11', ST_Distance (a.g, ST_Intersection(b.g, a.g)) AS distance
FROM (SELECT '01020000000200000050E8303FC2E85141B017CFC05A825541000000E0C0E85141000000205C825541'::geometry
AS g) a,
	 (SELECT 'LINESTRING(4694792.35840419
5638508.89950758,4694793.20840419 5638506.34950758)'::geometry AS g)
b;


On Tue, Jan 26, 2010 at 11:53 AM, Kevin Neufeld
<kneufeld at refractions.net> wrote:
> On Centos 5.2,
>
> make check
> ...
>  regress_ogc_prep. ok
>  regress_bdpoly. ok
>  regress_proj. ok
>  dumppoints. ok
>  wmsservers. ok
>  tickets. failed (diff expected obtained: /tmp/pgis_reg_5126/test_47_diff)
> Run tests: 47
> Failed: 1
>
>
> [buildbot at falcon postgis-1.5.0]$ cat /tmp/pgis_reg_5126/test_47_diff
> *** tickets_expected    Fri Jan 15 00:13:19 2010
> --- /tmp/pgis_reg_5126/test_47_out      Tue Jan 26 11:48:01 2010
> ***************
> *** 1,5 ****
>  #2|POLYGON((1 1,1 2,2 2,3 2,3 1,2 1,1 1))
> ! #11|0
>  #21|SRID=31293;POINTM(6220.13 5337367.145 4566)
>  t
>  ERROR:  AddGeometryColumns() - invalid SRID
> --- 1,5 ----
>  #2|POLYGON((1 1,1 2,2 2,3 2,3 1,2 1,1 1))
> ! #11|0.889477943128855
>  #21|SRID=31293;POINTM(6220.13 5337367.145 4566)
>  t
>  ERROR:  AddGeometryColumns() - invalid SRID
>
>
>
> On 1/26/2010 11:40 AM, Paul Ramsey wrote:
>>
>> I have placed a tarball for testing here:
>>
>> http://dl.dropbox.com/u/1184727/postgis-1.5.0.tar.gz
>>
>> I am going to test on Solaris then come back with my vote for approval.
>>
>> P
>> _______________________________________________
>> postgis-devel mailing list
>> postgis-devel at postgis.refractions.net
>> http://postgis.refractions.net/mailman/listinfo/postgis-devel
>
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel
>



More information about the postgis-devel mailing list