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