pgsql: In the stats test, delay for the stats collector to catch up

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In the stats test, delay for the stats collector to catch up
Date: 2005-07-23 14:18:57
Message-ID: 20050723141857.A4A735290F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
In the stats test, delay for the stats collector to catch up using a
function that actually sleeps, instead of busy-waiting. Perhaps this
will resolve some of the intermittent stats failures we keep seeing.

Modified Files:
--------------
pgsql/src/test/regress/expected:
stats.out (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/stats.out.diff?r1=1.4&r2=1.5)
pgsql/src/test/regress/input:
create_function_1.source (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/input/create_function_1.source.diff?r1=1.14&r2=1.15)
pgsql/src/test/regress/output:
create_function_1.source (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/output/create_function_1.source.diff?r1=1.25&r2=1.26)
pgsql/src/test/regress:
regress.c (r1.62 -> r1.63)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/regress.c.diff?r1=1.62&r2=1.63)
pgsql/src/test/regress/sql:
stats.sql (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/stats.sql.diff?r1=1.2&r2=1.3)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-23 14:20:06 Re: pgsql: In the stats test, delay for the stats collector
Previous Message User Llonergan 2005-07-23 05:39:45 bizgres - bizgres: 803 patch.

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-23 14:20:06 Re: pgsql: In the stats test, delay for the stats collector
Previous Message Bruno Wolff III 2005-07-23 13:47:00 Re: [HACKERS] Enticing interns to PostgreSQL