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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add a delay at the start of the stats test, to let any prior
Дата
Msg-id 20070128030231.F1EBE9FB329@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Dept of second thoughts: the IQ of estimate_array_length() needs
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST,