From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com> |
Cc: | "'pgsql-hackers-win32'" <pgsql-hackers-win32(at)postgresql(dot)org> |
Subject: | Re: Win32 regression tests |
Date: | 2004-02-05 03:50:48 |
Message-ID: | 25456.1075953048@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com> writes:
> However, a number of tests fail purely because, for some reason, ERROR
> messages seem to get printed out at the end of the test, instead of where
> expected, and sometimes with an extra blank line. I've included a few
> examples below.
> Anyway care to hazard a guess as to what the cause could be, and how to
> correct?
Lack of fflush(stderr) maybe? On Unix systems stderr is line-buffered
and so it's seldom necessary to fflush it, but perhaps Windows gets this
wrong (yawn...).
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2004-02-05 06:22:14 | Re: Win32 regression tests |
Previous Message | Claudio Natoli | 2004-02-05 02:59:59 | Win32 regression tests |