Current CVS - something broken in contrib

From: Teodor Sigaev <teodor(at)stack(dot)net>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Current CVS - something broken in contrib
Date: 2002-10-15 16:06:38
Message-ID: 3DAC3D0E.4010805@stack.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In any contrib module 'make installcheck' runs infinite time...

For example, contrib/ltree
% gmake installcheck
gmake -C ../../src/test/regress pg_regress
gmake[1]: Вход в каталог `/spool/home/teodor/pgsql/src/test/regress'
gmake[1]: `pg_regress' не требует обновления.
gmake[1]: Выход из каталог `/spool/home/teodor/pgsql/src/test/regress'
../../src/test/regress/pg_regress ltree
(using postmaster on Unix socket, default port)
============== dropping database "regression" ==============
DROP DATABASE
============== creating database "regression" ==============
CREATE DATABASE
ALTER DATABASE
============== dropping regression test user accounts ==============
============== installing PL/pgSQL ==============
============== running regression test queries ==============
test ltree ...

In this time in top:
CPU states: 100% user, 0.0% nice, 0.0% system, 0.0% interrupt, 0.0% idle
Mem: 116M Active, 33M Inact, 24M Wired, 11M Cache, 29M Buf, 1528K Free
Swap: 510M Total, 32M Used, 477M Free, 6% Inuse
kill
PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND
18180 teodor 64 0 1852K 1248K RUN 1:15 95.07% 93.65% psql

postmaster doesn't take a CPU time...

--
Teodor Sigaev
teodor(at)stack(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2002-10-15 16:31:41 Re: droped out precise time calculations in src/interfaces/libpq/fe-connect.c
Previous Message Gavin Sherry 2002-10-15 14:44:43 Re: Disabling triggers (was Re: pgsql 7.2.3 crash)