pgsql: Add a delay at the start of the stats test, to let any prior

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a delay at the start of the stats test, to let any prior
Date: 2007-01-28 03:02:31
Message-ID: 20070128030231.F1EBE9FB329@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a delay at the start of the stats test, to let any prior stats
activity quiesce. Possibly this will fix the large increase in
non-reproducible stats test failures we've noted since turning on
stats_row_level by default.

Modified Files:
--------------
pgsql/src/test/regress/expected:
stats.out (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/stats.out.diff?r1=1.7&r2=1.8)
pgsql/src/test/regress/sql:
stats.sql (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/stats.sql.diff?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-28 03:50:34 pgsql: Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST,
Previous Message Tom Lane 2007-01-28 02:53:42 pgsql: Dept of second thoughts: the IQ of estimate_array_length() needs