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

From Andy Colson
Subject pg9 beta1, make check fails
Date
Msg-id 4BDF0B74.1000704@squeakycode.net
Whole thread Raw
Responses Re: pg9 beta1, make check fails  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: information_schema.parameters
Next
From: Merlin Moncure
Date:
Subject: Re: Native DB replication for PG