BUG #1588: pg_autovacuum sleep parameter overflow

Поиск
Список
Период
Сортировка
От Lionel Bouton
Тема BUG #1588: pg_autovacuum sleep parameter overflow
Дата
Msg-id 20050407091430.F37D3F0C69@svr2.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1588
Logged by:          Lionel Bouton
Email address:      lionel-subscription@bouton.name
PostgreSQL version: 8.0.1
Operating system:   Linux 2.6, glibc 2.3.4
Description:        pg_autovacuum sleep parameter overflow
Details:

pg_autovacuum doesn't sleep when the -s parameter is set above 2147
(PostgreSQL then is under constant stress), seems like a 32-bit signed
integer overflow (the time in µs then gets past 2^31-1) somewhere.

This worked with 7.4.6 (at least with -s 3600).

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

Предыдущее
От: "Michaela"
Дата:
Сообщение: BUG #1590: Comparison Operation with Strings
Следующее
От: Ezequiel Tolnay
Дата:
Сообщение: Unexpected behaviour of numeric datatype when mixed with,float4, domains and plpgsql variables