[postgis-devel] lwgeom parser robustness and niceness
Ralph Mason
ralph.mason at telogis.com
Wed Jun 9 13:52:23 PDT 2004
strk wrote:
>On Wed, Jun 09, 2004 at 09:16:14AM +1200, Ralph Mason wrote:
>
>
>>>ERROR: couldnt determine if input lwgeom is WKB or WKT
>>>
>>>I think 1) it's clearly a WKT and 2) we could accept lower or mixed case
>>>lwgeoms, wouldn't it be acceptable in speed ?
>>>
>>>
>>>
>>>
>>>
>>I have quite a big commit sitting here that I need to find some time to
>>do. It will fix that, the WTK / WKB parser is case insensitive, the
>>changes I have address those problems.
>>
>>Ralph
>>
>>
>
>I've already fixed that. The parser itself was case insensitive
>but the caller did check for upper case letters before invoking the
>parser....
>
>I've also added prototypes. I hope my changes won't be a problem
>for your sitting commits.
>
>
I deleted all that call checking as the grammer it's self will figure it
out.
Ralph
More information about the postgis-devel
mailing list