Re: msvc failure in largeobject regression test

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: msvc failure in largeobject regression test
Date: 2007-01-23 14:55:34
Message-ID: 20070123145534.GA16026@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 23, 2007 at 09:31:40AM -0500, Andrew Dunstan wrote:
> Magnus Hagander wrote:
> >Hi!
> >
> >I get failures for the largeobject regression tests on my vc++ build. I
> >don't think this has ever worked, given that those tests are fairly new.
> >Any quick ideas on what's wrong before I dig deeper?
> >
> >
> [snip]
>
> I wonder if this is a line-end issue? Assuming you are working from CVS,
> does your client turn \n into \r\n ? I see that other windows boxes are
> happily passing this test on the buildfarm, and of course the mingw cvs
> doesn't adjust line endings.

Bingo!

That's it. I copeid the file in binary mode from a linux box and now it
passes.

//Magnus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-01-23 15:00:36 Re: regular expressions stranges
Previous Message Tom Lane 2007-01-23 14:55:17 Re: Updateable cursors