Re: [PATCH] Fix LISTEN startup race with direct advancement

Joel Jacobson <joel@compiler.org>

From: "Joel Jacobson" <joel@compiler.org>
To: "Arseniy Mukhin" <arseniy.mukhin.dev@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-05-21T04:49:51Z
Lists: pgsql-hackers

Attachments

On Wed, May 20, 2026, at 10:27, Arseniy Mukhin wrote:
> Yes, but I meant 0001 and 0003.  There are two specs:
>   - async-notify-listen-startup.spec (added in 0001)
>   - async-notify-listen-race.spec (added in 0003)
> Looks identical, unless I missed something.

Ohh, right, thanks for spotting. New version attached, 0001 and 0002 identical,
and 0003 now only contain the fix.

/Joel