Re: [PATCH] Exponential backoff for auth_delay

From: Michael Banck <mbanck(at)gmx(dot)net>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: 成之焕 <zhcheng(at)ceresdata(dot)com>
Subject: Re: [PATCH] Exponential backoff for auth_delay
Date: 2024-01-04 07:30:36
Message-ID: 65965e9d.050a0220.919a6.f9e1@mx.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Wed, Dec 27, 2023 at 05:19:54PM +0100, Michael Banck wrote:
> This patch adds exponential backoff so that one can choose a small
> initial value which gets doubled for each failed authentication attempt
> until a maximum wait time (which is 10s by default, but can be disabled
> if so desired).

Here is a new version, hopefully fixing warnings in the documentation
build, per cfbot.

Michael

Attachment Content-Type Size
v2-0001-Add-optional-exponential-backoff-to-auth_delay-co.patch text/x-diff 9.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey M. Borodin 2024-01-04 08:41:43 Re: Transaction timeout
Previous Message jian he 2024-01-04 07:03:00 Re: add function argument names to regex* functions.