Re: [HACKERS] Failures with windows port
Shridhar Daithankar <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32,gmane.comp.db.postgresql.devel.general |
|---|---|
| Message-ID | <[email protected]> |
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 lines.
Hmm.. good.. It worked. 1 out of 95 tests failed. Join is the test that is failed.
Now I can go about installing and playing with it. I should use CVS in future
though..
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..
Thanks again..
Shridhar
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match