Re: win32 build and test issues - Mailing list pgsql-hackers-win32

From Claudio Natoli
Subject Re: win32 build and test issues
Date
Msg-id A02DEC4D1073D611BAE8525405FCCE2B55F439@harris.memetrics.local
Whole thread Raw
In response to win32 build and test issues  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: win32 build and test issues
List pgsql-hackers-win32
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.

Cheers,
Claudio

---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>

pgsql-hackers-win32 by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: win32 build and test issues
Next
From: Andrew Dunstan
Date:
Subject: Re: win32 build and test issues