Re: Reduced power consumption in autovacuum launcher process

Поиск
Список
Период
Сортировка
От Florian Pflug
Тема Re: Reduced power consumption in autovacuum launcher process
Дата
Msg-id 4C982901-4AAA-4A39-A0C1-A40F66C38B8A@phlo.org
обсуждение исходный текст
Ответ на Reduced power consumption in autovacuum launcher process  (Peter Geoghegan <peter@2ndquadrant.com>)
Список pgsql-hackers
On Jul18, 2011, at 15:12 , Peter Geoghegan wrote:
> struct timeval is comprised of two longs - one representing seconds,
> and the other represented the balance of microseconds. Previously, we
> didn't combine them into a single microsecond representation. Now, we
> do.

I haven't actually looked at the code, so maybe I'm missing something
obvious - but why don't we use a double precision float (double) instead
of a long for the combined representation?

best regards,
Florian Pflug



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Reduced power consumption in autovacuum launcher process
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Reduced power consumption in autovacuum launcher process