Re: pg9 beta1, make check fails

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg9 beta1, make check fails
Дата
Msg-id 19544.1272909552@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg9 beta1, make check fails  (Andy Colson <andy@squeakycode.net>)
Ответы Re: pg9 beta1, make check fails  (Andy Colson <andy@squeakycode.net>)
Re: pg9 beta1, make check fails  (Andy Colson <andy@squeakycode.net>)
Список 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 по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Native DB replication for PG
Следующее
От: Andy Colson
Дата:
Сообщение: Re: pg9 beta1, make check fails