Re: [BUGS] BUG #1588: pg_autovacuum sleep parameter overflow

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #1588: pg_autovacuum sleep parameter overflow
Дата
Msg-id 4386.1115826079@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #1588: pg_autovacuum sleep parameter overflow  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> However, I am now wondering if we should change pg_usleep() to take a
> double rather than long.  This would avoid such problems in the future
> in other places in our code.

I'd leave it alone; there aren't any other places that need long sleeps,
and I don't really expect them.  When and if we have a real need for it,
we can change it.

            regards, tom lane

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [BUGS] BUG #1588: pg_autovacuum sleep parameter overflow
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plperl and pltcl installcheck targets