From: | Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, Noah Misch <noah(at)leadboat(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Euler Taveira <euler(dot)taveira(at)enterprisedb(dot)com>, Daniel Gustafsson <daniel(at)yesql(dot)se> |
Subject: | Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible |
Date: | 2025-03-05 16:16:45 |
Message-ID: | CAOYmi+nxNCQcTQE-tQ7Lwpe4cYc1u-yxwEe5kt2AVN+DXXVVbQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Mar 5, 2025 at 5:47 AM Jacob Champion
<jacob(dot)champion(at)enterprisedb(dot)com> wrote:
>
> So while we're at it, should we add a
> `backend_type = 'client backend'` filter to stop that from flaking in
> the future? That would further align this query with the
> wait_for_event() implementation.
More concretely: here's a squashable patchset with that suggestion,
for the CI to chew on.
--Jacob
Attachment | Content-Type | Size |
---|---|---|
0001-Fix-race-condition-in-pre-auth-test.patch | application/octet-stream | 1.2 KB |
0002-squash-Fix-race-condition-in-pre-auth-test.patch | application/octet-stream | 922 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Isaac Morland | 2025-03-05 16:17:06 | Re: Allow database owners to CREATE EVENT TRIGGER |
Previous Message | Fujii Masao | 2025-03-05 16:13:00 | Re: Enhance file_fdw to report processed and skipped tuples in COPY progress |