Re: Restart pg_usleep when interrupted

Поиск
Список
Период
Сортировка
От Sami Imseih
Тема Re: Restart pg_usleep when interrupted
Дата
Msg-id CDF34F36-3A52-47C8-B1D3-5D32A34EC3A7@gmail.com
обсуждение исходный текст
Ответ на Re: Restart pg_usleep when interrupted  (Bertrand Drouvot <bertranddrouvot.pg@gmail.com>)
Ответы Re: Restart pg_usleep when interrupted
Re: Restart pg_usleep when interrupted
Список pgsql-hackers
I am attaching v3 of the patch which addresses the comments made
earlier by Bertrand about the comment in the patch [1]. Also I will stick with
vacuum_sleep as the name as the function will be inside vacuum.c. I am not
sure we should make this function available outside of vacuum, but I would like
to hear other thoughts.

Also, earlier in the thread, Alvaro mentions what happens
if the sleep time is 0 [2]. In that case, we do not do anything as we check
if sleep time is > 0 microseconds before proceeding with the sleep




Regards,

Sami


Вложения

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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Recent 027_streaming_regress.pl hangs
Следующее
От: Sami Imseih
Дата:
Сообщение: Re: Restart pg_usleep when interrupted