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

From: "Andrey M(dot) Borodin" <x4mmm(at)yandex-team(dot)ru>
To: Panda Developpeur <panda(dot)developpeur(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Modify pg_ctl to detect presence of geek user
Date: 2024-04-03 16:31:29
Message-ID: 4BFD4A65-3E0A-4C3C-9746-B771CFB00BF4@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 3 Apr 2024, at 18:17, Panda Developpeur <panda(dot)developpeur(at)gmail(dot)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-04-03 16:34:40 Re: Combine Prune and Freeze records emitted by vacuum
Previous Message Bertrand Drouvot 2024-04-03 16:27:45 Re: Introduce XID age and inactive timeout based replication slot invalidation