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

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: pgsql: In the stats test, delay for the stats collector to catch up
Дата
Msg-id 20050723145206.GA93904@winnie.fuhr.org
обсуждение исходный текст
Ответ на pgsql: In the stats test, delay for the stats collector to catch up  (tgl@svr1.postgresql.org (Tom Lane))
Список pgsql-committers
On Sat, Jul 23, 2005 at 11:18:57AM -0300, Tom Lane wrote:
> 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.

Any chance of exposing a sleep function to the user?  It's admittedly
of limited utility and it can usually be done on the client side,
but I've occasionally wanted one for testing with simple SQL scripts.
In such cases I end up writing a one-liner with PL/Perl, PL/Tcl, etc.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-committers по дате отправления:

Предыдущее
От: andrewd@pgfoundry.org (User Andrewd)
Дата:
Сообщение: pgbuildfarm - client-code: save config log and CVS log where possible.
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Improve computations of interval_div to prevent rounding problem