Re: msvc failure in largeobject regression test - Mailing list pgsql-hackers

From Tom Lane
Subject Re: msvc failure in largeobject regression test
Date
Msg-id 7823.1173504739@sss.pgh.pa.us
Whole thread Raw
In response to Re: msvc failure in largeobject regression test  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: msvc failure in largeobject regression test  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Magnus Hagander wrote:
> I wonder if this is a line-end issue? Assuming you are working from CVS,
> does your client turn \n into \r\n ?

> I have just run into this today while trying to get buildfarm working 
> for MSVC. After some consideration I think an alternative result file is 
> the best solution. I have looked at switches for cnsnt, but they are 
> likely to be fragile at best.

Are you proposing an alternate result file that has a different linefeed
style?  I would really really rather that we not go there, because it
will be impossibly fragile to maintain.  Or are you willing to accept
that the Windows builds will break every time someone changes that
regression test, until someone else with a Windows machine fixes the
result file?

I would find it preferable to make pg_regress compensate for this
issue somehow ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: NikhilS
Date:
Subject: Re: Auto creation of Partitions
Next
From: Tom Lane
Date:
Subject: Re: Calculated view fields (8.1 != 8.2)