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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add a delay at the start of the stats test, to let any prior
Date
Msg-id 20070128030231.F1EBE9FB329@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Dept of second thoughts: the IQ of estimate_array_length() needs
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST,