pg9 beta1, make check fails

Поиск
Список
Период
Сортировка
От Andy Colson
Тема pg9 beta1, make check fails
Дата
Msg-id 4BDF0B74.1000704@squeakycode.net
обсуждение исходный текст
Ответы Re: pg9 beta1, make check fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
$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
Examine
/home/andy/gis/postgresql-9.0beta1/src/test/regress/log/postmaster.log
for the reason
make[2]: *** [check] Error 2
make[2]: Leaving directory
`/home/andy/gis/postgresql-9.0beta1/src/test/regress'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/andy/gis/postgresql-9.0beta1/src/test'
make: *** [check] Error 2

$cat  /home/andy/gis/postgresql-9.0beta1/src/test/regress/log/postmaster.log
LOG:  database system was shut down at 2010-05-03 12:39:58 CDT
LOG:  database system is ready to accept connections
LOG:  autovacuum launcher started

В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: information_schema.parameters
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Native DB replication for PG