Re: [PATCH] Modify pg_ctl to detect presence of geek user

Поиск
Список
Период
Сортировка
От Andrey M. Borodin
Тема Re: [PATCH] Modify pg_ctl to detect presence of geek user
Дата
Msg-id 4BFD4A65-3E0A-4C3C-9746-B771CFB00BF4@yandex-team.ru
обсуждение исходный текст
Ответ на [PATCH] Modify pg_ctl to detect presence of geek user  (Panda Developpeur <panda.developpeur@gmail.com>)
Список pgsql-hackers

> On 3 Apr 2024, at 18:17, Panda Developpeur <panda.developpeur@gmail.com> wrote:
>
> Thank you for considering my contribution.

Looks interesting!

+                    usleep(500000);

Don't we need to make system 500ms faster instead? Let's change it to

+                    usleep(-500000);

Thanks!


Best regards, Andrey Borodin.


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

Предыдущее
От: Bertrand Drouvot
Дата:
Сообщение: Re: Introduce XID age and inactive timeout based replication slot invalidation
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Combine Prune and Freeze records emitted by vacuum