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

2004-06-08 Thread Andrew Dunstan
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 la

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

2004-06-08 Thread Andrew Dunstan
Bruce Momjian wrote: Shridhar Daithankar wrote: Andrew Dunstan wrote: Shridhar Daithankar wrote: Leaving it for a full build as I am calling it a day. Will give it another go tomorrow morning.. What you would need to test is not #ifdefing the whole thing out - rather you

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

2004-06-08 Thread Bruce Momjian
Shridhar Daithankar wrote: > Andrew Dunstan wrote: > > > Shridhar Daithankar wrote: > >> Leaving it for a full build as I am calling it a day. Will give it > >> another go tomorrow morning.. > >> > > > > What you would need to test is not #ifdefing the whole thing out - > > rather you would ne

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

2004-06-08 Thread Magnus Hagander
> > And BTW, I was not running the regression in a cygwin shell. > > It was a msys shell > > only. I am thinking of knowcking off cygwin in favour of > msys. But I > > don't find CVS with msys.. I need to find a commandline cvs > for daily > > use. WinCVS is just too much GUI for my taste.. >

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

2004-06-08 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Shridhar Daithankar > Sent: 08 June 2004 08:34 > To: Andrew Dunstan > Cc: PostgreSQL-development; [EMAIL PROTECTED] > Subject: Re: [pgsql-hackers-win32] [HACKERS] Failu

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

2004-06-08 Thread Shridhar Daithankar
Andrew Dunstan wrote: Shridhar Daithankar wrote: Leaving it for a full build as I am calling it a day. Will give it another go tomorrow morning.. What you would need to test is not #ifdefing the whole thing out - rather you would need to enable the fputc by removing the #ifndef and #endif line

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

2004-06-07 Thread Andrew Dunstan
Shridhar Daithankar wrote: Bruce Momjian wrote: Shridhar Daithankar wrote: Bruce Momjian wrote: http://www.hserus.net/~shridhar/regression.diffs.gz http://www.hserus.net/~shridhar/regression.out Uh, were did you get this snapshot? Hold old was it? These newline problems were fixed perhaps 2 week

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

2004-06-07 Thread Shridhar Daithankar
Bruce Momjian wrote: Shridhar Daithankar wrote: Bruce Momjian wrote: http://www.hserus.net/~shridhar/regression.diffs.gz http://www.hserus.net/~shridhar/regression.out Uh, were did you get this snapshot? Hold old was it? These newline problems were fixed perhaps 2 weeks ago. ftp://ftp.postgresql.

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

2004-06-07 Thread Bruce Momjian
Shridhar Daithankar wrote: > Bruce Momjian wrote: > >>http://www.hserus.net/~shridhar/regression.diffs.gz > >>http://www.hserus.net/~shridhar/regression.out > > Uh, were did you get this snapshot? Hold old was it? These newline > > problems were fixed perhaps 2 weeks ago. > > ftp://ftp.postgresq

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

2004-06-07 Thread Shridhar Daithankar
Bruce Momjian wrote: http://www.hserus.net/~shridhar/regression.diffs.gz http://www.hserus.net/~shridhar/regression.out Uh, were did you get this snapshot? Hold old was it? These newline problems were fixed perhaps 2 weeks ago. ftp://ftp.postgresql.org/pub/dev/postgresql-snapshot.tar.gz It is tim

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

2004-06-07 Thread Bruce Momjian
Shridhar Daithankar wrote: > Andrew Dunstan wrote: > > > Shridhar Daithankar wrote: > > > >> Hi, > >> > >> I checked out the windows port to play with. It compiled file but > >> 'make check' produced attached regression diff. > >> > >> I am using the nightly snapshot. Is it too early to look at

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

2004-06-07 Thread Shridhar Daithankar
Andrew Dunstan wrote: Shridhar Daithankar wrote: Hi, I checked out the windows port to play with. It compiled file but 'make check' produced attached regression diff. I am using the nightly snapshot. Is it too early to look at these failures or did I do something wrong? I was following usual ./