[postgis-devel] Moving towards a 1.2.2 release?

TECHER David davidtecher at yahoo.fr
Thu May 17 08:03:09 PDT 2007


Hi Michael,

I don't update my pg cvs
I did

cvs -d :pserver:anoncvs at anoncvs.postgresql.org:/projects/cvsroot login
cvs -z3 -d :pserver:anoncvs at anoncvs.postgresql.org:/projects/cvsroot co 
-P pgsql

I will send you others messages later.

thanks.

Michael Fuhr a écrit :
> On Wed, May 16, 2007 at 04:06:52PM +0200, TECHER David wrote:
>   
>> I apply the patch you give us but without any succeed on
>> - postgresql 8.3 dev from cvs
>>     
>
> How recently did you update your 8.3 source tree?
>
>   
>> - postgis from svn patched with your patch
>> - geos from svn OR geos-3.0.0-rc4
>> and proj 4.5.0
>>
>> All my regression tests failed :(.
>>     
>
> Hmmm...I get all tests passed with the latest PostGIS from SVN and
> the latest PostgreSQL 8.3devel from CVS.
>
> postgis=> select postgis_full_version();
>                                   postgis_full_version                                  
> ----------------------------------------------------------------------------------------
>  POSTGIS="1.2.2SVN" GEOS="3.0.0rc4-CAPI-1.3.3" PROJ="Rel. 4.5.0, 22 Oct 2006" USE_STATS
> (1 row)
>
> postgis=> select version();
>                                    version                                    
> ------------------------------------------------------------------------------
>  PostgreSQL 8.3devel on sparc-sun-solaris2.9, compiled by GCC gcc (GCC) 3.4.2
> (1 row)
>
> How exactly did you build, install, and test PostgreSQL and PostGIS?
> Do you have multiple versions of either installed on the same system?
>
>   
>> The regression test for loader (shp2pgsql --> make -C regress)  implies 
>> that my server restarts! Why? I don't know
>>     
>
> What errors appear in the PostgreSQL logs?  Did you get a core dump?
>
>   
>> For example for the tiny SQL instruction
>>
>> testgis=# select postgis_full_version();
>>                                  postgis_full_version
>> ----------------------------------------------------------------------------------------
>> POSTGIS="1.2.2SVN" GEOS="3.0.0rc4-CAPI-1.3.3" PROJ="Rel. 4.5.0, 22 Oct 
>> 2006" USE_STATS
>> (1 ligne)
>>
>> testgis=# select 'LINESTRING(1 1, 2 2)'::GEOMETRY ~= 'LINESTRING(2 2, 1 
>> 1)'::GEOMETRY;
>> NOTICE:  compute_serialized_box3d called on unknown type 0
>> NOTICE:  compute_serialized_box3d called on unknown type 0
>> ERROR:  Unknown geometry type: 0
>>     
>
> Works here:
>
> postgis=> select 'LINESTRING(1 1,2 2)'::GEOMETRY ~= 'LINESTRING(2 2,1 1)'::GEOMETRY;
>  ?column? 
> ----------
>  f
> (1 row)
>
> Has anybody else tested the patch I sent against 8.3devel?
>
>   


	

	
		
___________________________________________________________________________ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com



More information about the postgis-devel mailing list