Re: [PATCH] OAuth: fix performance bug with stuck multiplexer events

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: Re: [PATCH] OAuth: fix performance bug with stuck multiplexer events
Date: 2025-08-07 20:04:17
Message-ID: CAOYmi+=2GhnPkFZSR5ne0CzPGq7tPZrOFUiuPu2OdEnoGt=o_g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 7, 2025 at 11:11 AM Jacob Champion
<jacob(dot)champion(at)enterprisedb(dot)com> wrote:
> Thank you so much for the reviews!

Here is v4, with the feedback from both of you. 0001-0004 are planned
for backport; 0005 is slated for master only. Thanks again for the
reviews!

--Jacob

Attachment Content-Type Size
since-v3.diff.txt text/plain 5.7 KB
v4-0001-oauth-Remove-stale-events-from-the-kqueue-multipl.patch application/octet-stream 4.4 KB
v4-0002-oauth-Ensure-unused-socket-registrations-are-remo.patch application/octet-stream 3.2 KB
v4-0003-oauth-Remove-expired-timers-from-the-multiplexer.patch application/octet-stream 5.7 KB
v4-0004-oauth-Track-total-call-count-during-a-client-flow.patch application/octet-stream 4.8 KB
v4-0005-oauth-Add-unit-tests-for-multiplexer-handling.patch application/octet-stream 19.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2025-08-07 20:52:53 Re: libpq-oauth: a mid-beta naming check
Previous Message Tom Lane 2025-08-07 18:20:33 Re: Add progressive backoff to XactLockTableWait functions