Re: [PERFORM] autovacuum daemon stops doing work after about an hour

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: [PERFORM] autovacuum daemon stops doing work after about an hour
Дата
Msg-id 16335.42369.252957.290956@yertle.int.kciLink.com
обсуждение исходный текст
Список pgsql-hackers
Actually, you can simplify the fix thusly:

  diff = (long long)(now.tv_sec - then.tv_sec) * 1000000 + (now.tv_usec - then.tv_usec);


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

Предыдущее
От: david@fetter.org (David Fetter)
Дата:
Сообщение: Re: Inside the Regex Engine
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: [PERFORM] autovacuum daemon stops doing work after about an hour