Re: [GENERAL] gmake check problem

2010-04-27 Thread Kenichiro Tanaka
Hi Jim To resolve this problem, we have to indicate which SQL is hanging. "stats test" executes postgresql-8.4.3/src/test/regress/sql/stats.sql. we can see what the test does. And we can see the log at postgresql-8.4.3/src/test/regress/results/stats.out So I suppose we can indicate which SQL

Re: [GENERAL] gmake check problem

2010-04-26 Thread Tom Lane
jkun...@laurcat.com writes: > I built 8.4.3 on Centos 5 with just ./configure and gmake > When I run gmake check, the process stops at "test stats > ..." Is it really hung, or just taking a long time? Is there anything at the top of the postmaster log file suggesting trouble in sta