Re: pg9 beta1, make check fails - Mailing list pgsql-general

From Tom Lane
Subject Re: pg9 beta1, make check fails
Date
Msg-id 19544.1272909552@sss.pgh.pa.us
Whole thread Raw
In response to pg9 beta1, make check fails  (Andy Colson <andy@squeakycode.net>)
Responses Re: pg9 beta1, make check fails  (Andy Colson <andy@squeakycode.net>)
Re: pg9 beta1, make check fails  (Andy Colson <andy@squeakycode.net>)
List pgsql-general
Andy Colson <andy@squeakycode.net> writes:
> $make check
> ... snip lots of output...
> ./pg_regress --inputdir=. --dlpath=. --multibyte=SQL_ASCII
> --temp-install=./tmp_check --top-builddir=../../..
> --schedule=./parallel_schedule
> ============== removing existing temp installation    ==============
> ============== creating temporary installation        ==============
> ============== initializing database system           ==============
> ============== starting postmaster                    ==============

> pg_regress: postmaster did not respond within 60 seconds

Hmm, apparently some sort of communication problem, since the postmaster
seems to think everything's fine.  Maybe a firewall blocking packets
to the port that got selected?  Another possibility is that you have
PGPORT or related variables set in your shell environment, and that's
leading libpq to try to connect to the wrong place.  (I thought we had
pg_regress try to clear those, but maybe it doesn't.)  What platform
is this anyway?

            regards, tom lane

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Native DB replication for PG
Next
From: Andy Colson
Date:
Subject: Re: pg9 beta1, make check fails