Current CVS - something broken in contrib - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Current CVS - something broken in contrib
Date
Msg-id 3DAC3D0E.4010805@stack.net
Whole thread Raw
Responses Re: Current CVS - something broken in contrib  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Current CVS - something broken in contrib  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@stack.net




pgsql-hackers by date:

Previous
From: am@fx.ro
Date:
Subject: Re: Anyone want to assist with the translation of the Advocacy site?
Next
From: Joe Conway
Date:
Subject: Re: droped out precise time calculations in src/interfaces/libpq/fe-connect.c