Re: [pgsql-hackers-win32] Failures with windows port

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: [pgsql-hackers-win32] Failures with windows port
Date: 2004-06-08 16:33:03
Message-ID: 40C5EA3F.8000108@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-hackers-win32

I wrote:

> Bruce Momjian wrote:
>
>>
>> Can someone confirm that the newer 1.10 MinGW doesn't need the psql
>> print.c newline hack? If so, we can do a version test in that area and
>> mark it down as a mingw version-specific bug.
>>
>>
>>
>
> I assume you mean MSys 1.0.10 - I have that plus MinGW 3.1.0-1 these
> are the latest releases that are not "candidates"
>
> The fix seems needed on mine. Still investigating.
>

I have pretty much eliminated the possibility that some CVS nastiness
with line endings could cause the problem - I tested with a checkout via
a cvs that translates line endings, one that does not (cygwin's), and
the nightly snapshot. All gave clean results with the fix in, dirty with
it removed. Presumably it must be a function of either the OS or the
MSys/MinGW setup.

My System:
W2K
5.00.2195
SP4
x86 Family 6 model 8
MSys 1.0.10
MinGW 3.1.0-1

Command used to test: "./configure --without-zlib; make check"

At this stage I have no clue as to what systems might/might not need the
fix.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2004-06-08 16:44:22 Re: cvs head : broken regression tests ?
Previous Message Fabien COELHO 2004-06-08 16:09:45 Re: cvs head : broken regression tests ?

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Gary Doades 2004-06-08 18:35:06 Re: Speed issues
Previous Message Andrew Dunstan 2004-06-08 14:57:28 Re: [pgsql-hackers-win32] Failures with windows port