Re: win32 build and test issues

From: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
To: 'Merlin Moncure' <merlin(dot)moncure(at)rcsonline(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: win32 build and test issues
Date: 2004-05-03 12:14:47
Message-ID: A02DEC4D1073D611BAE8525405FCCE2B55F439@harris.memetrics.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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>

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Andrew Dunstan 2004-05-03 14:24:25 Re: win32 build and test issues
Previous Message Merlin Moncure 2004-05-03 12:05:28 Re: win32 build and test issues