RE: PostgreSQL 7.1 beta3 on Windows 2k

From: "JJAR" <jjarcore(at)eresmas(dot)com>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jason Tishler" <Jason(dot)Tishler(at)dothill(dot)com>, <pgsql-ports(at)postgresql(dot)org>
Subject: RE: PostgreSQL 7.1 beta3 on Windows 2k
Date: 2001-02-07 22:28:00
Message-ID: IPECLCJEPIFNIDOABNELMEJICBAA.jjarcore@eresmas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi Peter,

This is is the final output when it stop working.

============== creating temporary installation ==============
============== initializing database system ==============
============== starting postmaster ==============
running on port 65432 with pid 1796
============== creating database "regression" ==============
CREATE DATABASE
============== installing PL/pgSQL ==============
============== running regression test queries ==============
parallel group (13 tests): boolean char name varchar text int2 int4 int8
oid fl
oat4 bit

The CPU is free and the hard disk quiet.
Regards.

//Juan

-----Mensaje original-----
De: Peter Eisentraut [mailto:peter_e(at)gmx(dot)net]
Enviado el: miercoles, 07 de febrero de 2001 18:09
Para: JJAR
CC: Tom Lane; Jason Tishler; pgsql-ports(at)postgresql(dot)org
Asunto: RE: [PORTS] PostgreSQL 7.1 beta3 on Windows 2k

JJAR writes:

> I have downloaded PostgreSQL 7.1 beta4 and I have tried the regression
> tests with "make check", they run until 13 parallel tests or so ( with 13
> does with 16 does not ) when it stops you can make it continue killing
some
> processes with the task manager, but I think this would be the same if
> something inherently bad were happenning within the process.

You might want to try running

make SHELL=/bin/bash check

(or whereever you have bash) because the standard /bin/sh is known to be
pretty stupid.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message JJAR 2001-02-07 22:28:03 RE: PostgreSQL 7.1 beta3 on Windows 2k
Previous Message Jason Tishler 2001-02-07 18:12:48 Re: PostgreSQL 7.1 beta3 on Windows 2k