Re: PostgreSQL 7.1 beta3 on Windows 2k - Mailing list pgsql-ports

From Tom Lane
Subject Re: PostgreSQL 7.1 beta3 on Windows 2k
Date
Msg-id 28439.981561654@sss.pgh.pa.us
Whole thread Raw
In response to RE: PostgreSQL 7.1 beta3 on Windows 2k  ("JJAR" <jjarcore@eresmas.com>)
Responses RE: PostgreSQL 7.1 beta3 on Windows 2k
List pgsql-ports
"JJAR" <jjarcore@eresmas.com> writes:
>     I have tried "make installcheck" and in the end I get this:

> ======================
>  All 76 tests passed.
> ======================

That looks good.

> but I have seen the word ERROR before this, so I am wondering why. An
> example of this:
> ============== running regression test queries        ==============
> test boolean              ... ERROR:  Bad boolean external representation
> 'XXX'
> ok

I think you have started the postmaster in a way that left its stderr
going to your terminal, rather than redirected into a logfile.  Those
look like the errors that the regression tests normally provoke --- but
as a rule, you don't want the logfile going to your screen.

Bottom line appears to be that your system has trouble running more than
a few processes in parallel.  Good 'ol Microsoft strikes again...

            regards, tom lane

pgsql-ports by date:

Previous
From: Jason Tishler
Date:
Subject: Re: Re: IpcMemoryDetach fails under Cygwin on Win98
Next
From: Peter Eisentraut
Date:
Subject: RE: PostgreSQL 7.1 beta3 on Windows 2k