Re: win32 build and test issues

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: win32 build and test issues
Date: 2004-05-03 14:24:25
Message-ID: 40965619.1000801@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Claudio Natoli wrote:

>Merlin Moncure writes:
>
>
>>Perhaps it is a DOS line termination problem...0D/0A...this
>>is the only thing I can think of.
>>
>>
>
>Good idea. There are a few places in the code with suspicious comments like
>the following from scan.c/l
>
> * Unix ones, we accept either \n or \r as a newline. A DOS-style \r\n
> * sequence will be seen as two successive newlines, but that doesn't cause
> * any problems. Comments that start with -- and extend to the next
>
>That looks like a possible suspect for sure.
>
>
>

The CR/NL stuff was the first thing I thought of, of course. The scan
stuff doesn't seem relevant though. My problem with the suggestion of
this being a simple CR/NL translation issue is that in that case we
should be seeing many more newlines than we are. Why does suppressing
just this one work? That's what I find so puzzling.

I'm currently rebuilding and looking into it more.

cheers

andrew

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2004-05-03 14:31:57 Re: Fixed directory locations in installs
Previous Message Claudio Natoli 2004-05-03 12:14:47 Re: win32 build and test issues