[postgis-users] Re: [postgis-devel] Moving towards a 1.2.2 release?
TECHER David
davidtecher at yahoo.fr
Thu May 17 10:36:46 PDT 2007
Hi Michael
I've tried again your patch on a new computer
But the regression tests failed any way.
for example I've attached the diff I've got for ./runtest regress (file
test.diff) and my messages from PostgreSQL reports (file: pg.log)
I hope this could help
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
cd psql
./configure
make
make install
+ geos 3.0.0 SVN
+ postgis svn + patch
+ proj 4.5.0
TECHER David a écrit :
> 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
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel
>
-------------- next part --------------
1,49c1,66
< 1|POINT(1 2)
< 2|POINT(1 2 3)
< 3|LINESTRING(0 0,1 1,2 2,3 3,4 4)
< 4|LINESTRING(0 0 0,1 1 1,2 2 2,3 3 3,4 4 4)
< 5|LINESTRING(1 2 3,4 5 6,7 8 9,10 11 12,13 14 15)
< 6|POLYGON((0 0,10 0,10 10,0 10,0 0))
< 7|POLYGON((0 0 1,10 0 1,10 10 1,0 10 1,0 0 1))
< 8|POLYGON((0 0,10 0,10 10,0 10,0 0),(5 5,7 5,7 7,5 7,5 5))
< 9|POLYGON((0 0,10 0,10 10,0 10,0 0),(5 5,7 5,7 7,5 7,5 5),(1 1,2 1,2 2,1 2,1 1))
< 10|POLYGON((0 0 1,10 0 1,10 10 1,0 10 1,0 0 1),(5 5 1,7 5 1,7 7 1,5 7 1,5 5 1))
< 11|POLYGON((0 0 1,10 0 1,10 10 1,0 10 1,0 0 1),(5 5 1,7 5 1,7 7 1,5 7 1,5 5 1),(1 1 1,2 1 1,2 2 1,1 2 1,1 1 1))
< 12|GEOMETRYCOLLECTION(POINT(1 2))
< 13|GEOMETRYCOLLECTION(POINT(1 2 3))
< 14|GEOMETRYCOLLECTION(LINESTRING(0 0,1 1,2 2,3 3,4 4))
< 15|GEOMETRYCOLLECTION(LINESTRING(1 2 3,4 5 6,7 8 9,10 11 12,13 14 15))
< 16|GEOMETRYCOLLECTION(POLYGON((0 0 1,10 0 1,10 10 1,0 10 1,0 0 1),(5 5 1,7 5 1,7 7 1,5 7 1,5 5 1)))
< 17|GEOMETRYCOLLECTION(POINT(1 2 0),POINT(1 2 3))
< 18|GEOMETRYCOLLECTION(LINESTRING(0 0 0,1 1 0,2 2 0,3 3 0,4 4 0),POINT(1 2 3))
< 19|GEOMETRYCOLLECTION(POINT(1 2),LINESTRING(0 0,1 1,2 2,3 3,4 4))
< 20|GEOMETRYCOLLECTION(POINT(1 2 0),POINT(1 2 3),LINESTRING(1 2 3,4 5 6,7 8 9,10 11 12,13 14 15))
< 21|GEOMETRYCOLLECTION(POINT(1 2 0),POINT(1 2 3),LINESTRING(1 2 3,4 5 6,7 8 9,10 11 12,13 14 15),POLYGON((0 0 0,10 0 0,10 10 0,0 10 0,0 0 0)))
< 22|GEOMETRYCOLLECTION(POINT(1 2 0),POINT(1 2 3),POLYGON((0 0 1,10 0 1,10 10 1,0 10 1,0 0 1),(5 5 1,7 5 1,7 7 1,5 7 1,5 5 1),(1 1 1,2 1 1,2 2 1,1 2 1,1 1 1)))
< 23|MULTIPOINT(1 2)
< 24|MULTIPOINT(1 2 3)
< 25|MULTIPOINT(1 2,3 4,5 6)
< 26|MULTIPOINT(1 2 3,5 6 7,8 9 10,11 12 13)
< 27|MULTIPOINT(1 2 0,1 2 3,4 5 0,6 7 8)
< 28|MULTIPOINT(1 2 3,4 5 0)
< 29|MULTILINESTRING((0 0,1 1,2 2,3 3,4 4))
< 30|MULTILINESTRING((0 0,1 1,2 2,3 3,4 4),(0 0,1 1,2 2,3 3,4 4))
< 31|MULTILINESTRING((0 0 0,1 1 0,2 2 0,3 3 0,4 4 0),(0 0 0,1 1 0,2 2 0,3 3 0,4 4 0),(1 2 3,4 5 6,7 8 9,10 11 12,13 14 15))
< 32|MULTILINESTRING((1 2 3,4 5 6,7 8 9,10 11 12,13 14 15),(0 0 0,1 1 0,2 2 0,3 3 0,4 4 0),(0 0 0,1 1 0,2 2 0,3 3 0,4 4 0))
< 33|MULTIPOLYGON(((0 0,10 0,10 10,0 10,0 0)))
< 34|MULTIPOLYGON(((0 0,10 0,10 10,0 10,0 0)),((0 0,10 0,10 10,0 10,0 0),(5 5,7 5,7 7,5 7,5 5)))
< 35|MULTIPOLYGON(((0 0 0,10 0 0,10 10 0,0 10 0,0 0 0)),((0 0 0,10 0 0,10 10 0,0 10 0,0 0 0),(5 5 0,7 5 0,7 7 0,5 7 0,5 5 0)),((0 0 1,10 0 1,10 10 1,0 10 1,0 0 1),(5 5 1,7 5 1,7 7 1,5 7 1,5 5 1),(1 1 1,2 1 1,2 2 1,1 2 1,1 1 1)))
< 36|GEOMETRYCOLLECTION(MULTIPOINT(1 2))
< 37|GEOMETRYCOLLECTION(MULTIPOINT(1 2 3))
< 38|GEOMETRYCOLLECTION(MULTIPOINT(1 2 3,5 6 7,8 9 10,11 12 13))
< 39|GEOMETRYCOLLECTION(MULTILINESTRING((0 0,1 1,2 2,3 3,4 4)))
< 40|GEOMETRYCOLLECTION(MULTILINESTRING((1 2 3,4 5 6,7 8 9,10 11 12,13 14 15),(0 0 0,1 1 0,2 2 0,3 3 0,4 4 0),(0 0 0,1 1 0,2 2 0,3 3 0,4 4 0)))
< 41|GEOMETRYCOLLECTION(MULTIPOLYGON(((0 0 0,10 0 0,10 10 0,0 10 0,0 0 0)),((0 0 0,10 0 0,10 10 0,0 10 0,0 0 0),(5 5 0,7 5 0,7 7 0,5 7 0,5 5 0)),((0 0 1,10 0 1,10 10 1,0 10 1,0 0 1),(5 5 1,7 5 1,7 7 1,5 7 1,5 5 1),(1 1 1,2 1 1,2 2 1,1 2 1,1 1 1))))
< 42|GEOMETRYCOLLECTION(POINT(1 2 0),MULTIPOINT(1 2 3))
< 43|GEOMETRYCOLLECTION(MULTIPOINT(1 2 0,3 4 0,5 6 0),POINT(1 2 3))
< 44|GEOMETRYCOLLECTION(POINT(1 2 3),MULTILINESTRING((0 0 0,1 1 0,2 2 0,3 3 0,4 4 0)))
< 45|GEOMETRYCOLLECTION(MULTILINESTRING((0 0 0,1 1 0,2 2 0,3 3 0,4 4 0)),POINT(1 2 3))
< 46|GEOMETRYCOLLECTION(POINT(1 2 3),MULTIPOLYGON(((0 0 0,10 0 0,10 10 0,0 10 0,0 0 0)),((0 0 0,10 0 0,10 10 0,0 10 0,0 0 0),(5 5 0,7 5 0,7 7 0,5 7 0,5 5 0)),((0 0 1,10 0 1,10 10 1,0 10 1,0 0 1),(5 5 1,7 5 1,7 7 1,5 7 1,5 5 1),(1 1 1,2 1 1,2 2 1,1 2 1,1 1 1))))
< 47|GEOMETRYCOLLECTION(MULTIPOLYGON(((0 0 0,10 0 0,10 10 0,0 10 0,0 0 0)),((0 0 0,10 0 0,10 10 0,0 10 0,0 0 0),(5 5 0,7 5 0,7 7 0,5 7 0,5 5 0)),((0 0 1,10 0 1,10 10 1,0 10 1,0 0 1),(5 5 1,7 5 1,7 7 1,5 7 1,5 5 1),(1 1 1,2 1 1,2 2 1,1 2 1,1 1 1))),MULTILINESTRING((0 0 0,1 1 0,2 2 0,3 3 0,4 4 0),(0 0 0,1 1 0,2 2 0,3 3 0,4 4 0),(1 2 3,4 5 6,7 8 9,10 11 12,13 14 15)),MULTIPOINT(1 2 3,5 6 7,8 9 10,11 12 13))
< 48|MULTIPOINT(-1 -2 -3,5.4 6.6 7.77,-5.4 -6.6 -7.77,1000000 1e-6 -1000000,-1.3e-6 -1.4e-5 0)
< 49|GEOMETRYCOLLECTION(GEOMETRYCOLLECTION(POINT(1 1)))
---
> ERROR: invalid memory alloc request size 4294967294
> ERROR: invalid memory alloc request size 4294967294
> NOTICE: compute_serialized_box3d called on unknown type 0
> 3|
> NOTICE: compute_serialized_box3d called on unknown type 0
> 4|
> NOTICE: compute_serialized_box3d called on unknown type 0
> 5|
> NOTICE: compute_serialized_box3d called on unknown type 0
> 6|
> NOTICE: compute_serialized_box3d called on unknown type 0
> 7|
> NOTICE: compute_serialized_box3d called on unknown type 0
> 8|
> ERROR: invalid memory alloc request size 1313427284
> ERROR: could not open relation with OID 0
> ERROR: invalid memory alloc request size 1313427284
> ERROR: compressed data is corrupt
> ERROR: compressed data is corrupt
> ERROR: compressed data is corrupt
> ERROR: compressed data is corrupt
> ERROR: compressed data is corrupt
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: invalid memory alloc request size 1313427284
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: invalid memory alloc request size 1313427284
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: invalid memory alloc request size 1313427284
> 20|
> ERROR: invalid memory alloc request size 1313427284
> ERROR: invalid memory alloc request size 1297040715
> ERROR: compressed data is corrupt
> ERROR: compressed data is corrupt
> 25|
> NOTICE: compute_serialized_box3d called on unknown type 0
> 26|
> NOTICE: compute_serialized_box3d called on unknown type 0
> 27|
> NOTICE: compute_serialized_box3d called on unknown type 0
> 28|
> ERROR: compressed data is corrupt
> NOTICE: compute_serialized_box3d called on unknown type 0
> 30|
> ERROR: invalid memory alloc request size 1414288721
> ERROR: invalid memory alloc request size 1414288721
> ERROR: compressed data is corrupt
> ERROR: invalid memory alloc request size 1313427284
> 35|
> NOTICE: compute_serialized_box3d called on unknown type 0
> 36|MULTIPOLYGON(((0 0 0,
> NOTICE: compute_serialized_box3d called on unknown type 0
> 37|MULTIPOLYGON(((0 0 0,
> ERROR: compressed data is corrupt
> NOTICE: compute_serialized_box3d called on unknown type 0
> 39|MULTIPOLYGON(((0 0 0,
> ERROR: invalid memory alloc request size 1313427284
> ERROR: invalid memory alloc request size 3238002688
> ERROR: invalid memory alloc request size 1297040715
> ERROR: compressed data is corrupt
> 44|
> 45|
> ERROR: compressed data is corrupt
> ERROR: compressed data is corrupt
> ERROR: compressed data is corrupt
> NOTICE: compute_serialized_box3d called on unknown type 0
> 49|
62,63c79,80
< 62|POINT(inf 0)
< 63|POINT(-inf 0)
---
> 62|
> 63|
65,72c82,100
< 65|t
< 66|f
< 67|t
< 68|t
< 69|t
< 70|t
< 71|f
< 72|f
---
> ERROR: Unknown geometry type: 0
> ERROR: Unknown geometry type: 0
> ERROR: Unknown geometry type: 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: Unknown geometry type: 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: Unknown geometry type: 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: Unknown geometry type: 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: Unknown geometry type: 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: Unknown geometry type: 0
> NOTICE: compute_serialized_box3d called on unknown type 0
74,78c102,114
< 74|f
< 75|f
< 76|f
< 77|t
< 78|t
---
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: Unknown geometry type: 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: Unknown geometry type: 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: Unknown geometry type: 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> 77|f
> NOTICE: compute_serialized_box3d called on unknown type 0
> 78|f
> NOTICE: compute_serialized_box3d called on unknown type 0
79a116
> NOTICE: compute_serialized_box3d called on unknown type 0
81c118,120
< 81|t
---
> NOTICE: compute_serialized_box3d called on unknown type 0
> 81|f
> NOTICE: compute_serialized_box3d called on unknown type 0
83c122,124
< 83|t
---
> NOTICE: compute_serialized_box3d called on unknown type 0
> 83|f
> NOTICE: compute_serialized_box3d called on unknown type 0
85c126,128
< 85|t
---
> NOTICE: compute_serialized_box3d called on unknown type 0
> 85|f
> NOTICE: compute_serialized_box3d called on unknown type 0
86a130
> NOTICE: compute_serialized_box3d called on unknown type 0
88,89c132,136
< 88|t
< 89|t
---
> NOTICE: compute_serialized_box3d called on unknown type 0
> 88|f
> NOTICE: compute_serialized_box3d called on unknown type 0
> 89|f
> NOTICE: compute_serialized_box3d called on unknown type 0
91c138,144
< 91|t
---
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> 91|f
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
92a146,148
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
94c150,156
< 94|t
---
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> 94|f
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
96c158,164
< 96|t
---
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> 96|f
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
98c166,172
< 98|t
---
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> 98|f
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
99a174,176
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
100a178,180
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
101a182,184
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
103,104c186,196
< 103|t
< 104|t
---
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> 103|f
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> 104|f
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
106,109c198,205
< 106|BOX3D(0 0 0,7 7 0)
< 107|POLYGON((0 0,0 7,7 7,7 0,0 0))
< 108|2
< 109|4
---
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> 106|
> ERROR: invalid memory alloc request size 4294967294
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: lwgeom_size called with unknown-typed serialized geometry
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: lwgeom_size called with unknown-typed serialized geometry
112,113c208,210
< 112|3
< 121|BOX3D(1.19894826 1.20265412 0,999.932129 999.692932 0)|BOX3D(1.40486765 1.3484304 0,999.857666 999.936401 0)
---
> ERROR: compressed data is corrupt
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: lwgeom_size called with unknown-typed serialized geometry
117,118c214,215
< 125|f
< 126|f
---
> 125|t
> ERROR: invalid memory alloc request size 2153943280
121,142c218,247
< 129|34009|34009
< 131|1
< 132|2
< 133|
< 133a|3
< 133b|
< 133c|
< 133d|4
< 133e|
< 137|
< 138|BOX3D(0 0 0,0 0 0)
< 139|SRID=2;GEOMETRYCOLLECTION(GEOMETRYCOLLECTION EMPTY,POINT(0 0))
< 140|SRID=3;MULTIPOINT(2 2)
< 141|SRID=4;MULTILINESTRING((2 2,3 3))
< 142|SRID=5;MULTILINESTRING((2 2,3 3))
< 143|SRID=6;MULTIPOLYGON(((0 0,1 0,1 1,0 1,0 0)))
< 144|POINTM(1 2 0)
< 145|POINT(1 2 0)
< 146|POINT(1 2 0 3)
< 147|POINT(1 2 3 0)
< 148|LINESTRING(0 0,5 0,10 0)
< 150|SRID=6;GEOMETRYCOLLECTION(POLYGON((0 0,1 0,1 1,0 1,0 0)))
---
> ERROR: lwgeom_size called with unknown-typed serialized geometry
> ERROR: Argument to X() must be a point
> ERROR: Argument to Y() must be a point
> ERROR: Argument to Z() must be a point
> ERROR: Argument to Z() must be a point
> ERROR: Argument to Z() must be a point
> ERROR: Argument to M() must be a point
> ERROR: Argument to M() must be a point
> ERROR: Argument to M() must be a point
> ERROR: compressed data is corrupt
> NOTICE: compute_serialized_box3d called on unknown type 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> 138|
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: lwgeom_size called with unknown-typed serialized geometry
> ERROR: lwgeom_size called with unknown-typed serialized geometry
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: lwgeom_size called with unknown-typed serialized geometry
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: lwgeom_size called with unknown-typed serialized geometry
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: lwgeom_size called with unknown-typed serialized geometry
> ERROR: lwgeom_force3dm_recursive: unknown geometry: 0
> ERROR: lwgeom_size called with unknown-typed serialized geometry
> ERROR: lwgeom_size called with unknown-typed serialized geometry
> ERROR: lwgeom_size called with unknown-typed serialized geometry
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: Unknown geometry type: 0
> NOTICE: compute_serialized_box3d called on unknown type 0
> ERROR: lwgeom_size called with unknown-typed serialized geometry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pg.log
Type: text/x-log
Size: 19895 bytes
Desc: not available
Url : http://lists.refractions.net/pipermail/postgis-users/attachments/20070517/749c677f/pg.bin