Re: [PATCH] Modify pg_ctl to detect presence of geek user - Mailing list pgsql-hackers

From Andrey M. Borodin
Subject Re: [PATCH] Modify pg_ctl to detect presence of geek user
Date
Msg-id 4BFD4A65-3E0A-4C3C-9746-B771CFB00BF4@yandex-team.ru
Whole thread Raw
In response to [PATCH] Modify pg_ctl to detect presence of geek user  (Panda Developpeur <panda.developpeur@gmail.com>)
List 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 by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: Introduce XID age and inactive timeout based replication slot invalidation
Next
From: Heikki Linnakangas
Date:
Subject: Re: Combine Prune and Freeze records emitted by vacuum